]> andersk Git - openssh.git/commitdiff
- (stevesk) Include config.h in rijndael.c so we define intXX_t and
authorstevesk <stevesk>
Sat, 14 Oct 2000 10:51:18 +0000 (10:51 +0000)
committerstevesk <stevesk>
Sat, 14 Oct 2000 10:51:18 +0000 (10:51 +0000)
    u_intXX_t types on all platforms.

ChangeLog
rijndael.c

index 3493db72bb6467b655fca5bbbfc4cc830f16dba5..ef7c54a4692608cb6bb0d864446054d4f8ee3657 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -80,6 +80,8 @@
      prefer no compression
  - (djm) Fix scp user@host handling
  - (djm) Don't clobber ssh_prng_cmds on install
+ - (stevesk) Include config.h in rijndael.c so we define intXX_t and
+   u_intXX_t types on all platforms.
 
 20001007
  - (stevesk) Print PAM return value in PAM log messages to aid
index bb592bc2f84e9bac2e2fddffc654b8c618d7fc56..fd1cc99b8a8d01c66689d0fb4960b93dfad36593 100644 (file)
@@ -38,7 +38,7 @@ Mean:          500 cycles =    51.2 mbits/sec
 
 */
 
-#include <sys/types.h>
+#include "config.h"
 #include "rijndael.h"
 
 void gen_tabs  __P((void));
This page took 0.066488 seconds and 5 git commands to generate.