bf0a21e0d5
- convert portname into lowercase - PREFIX support for default sshd_config - security-patch for cookie files obsolete
10 lines
201 B
C
10 lines
201 B
C
--- 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"
|
|
|