diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2001-10-03 13:15:16 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2001-10-03 13:15:16 +0000 |
commit | bf0a21e0d555b7cdf68d46e3e1564b85c35c136d (patch) | |
tree | 11dcc1da6ee2e1155a26a8111bb3daa4dfe5650f /security/openssh/files/patch-rijndael.c | |
parent | - Added port to comms too. (diff) |
- Update to OpenSSH 2.9.9
- convert portname into lowercase
- PREFIX support for default sshd_config
- security-patch for cookie files obsolete
Notes
Notes:
svn path=/head/; revision=48393
Diffstat (limited to 'security/openssh/files/patch-rijndael.c')
-rw-r--r-- | security/openssh/files/patch-rijndael.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/openssh/files/patch-rijndael.c b/security/openssh/files/patch-rijndael.c new file mode 100644 index 000000000000..b4534f82c8d6 --- /dev/null +++ b/security/openssh/files/patch-rijndael.c @@ -0,0 +1,10 @@ +--- rijndael.c.orig Thu Sep 13 11:48:39 2001 ++++ rijndael.c Wed Oct 3 13:40:27 2001 +@@ -27,6 +27,7 @@ + */ + #include <stdlib.h> + #include <string.h> ++#include <sys/types.h> + + #include "rijndael.h" + |