diff options
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" + |