- (stevesk) Include config.h in rijndael.c so we define intXX_t and

u_intXX_t types on all platforms.
This commit is contained in:
Kevin Steves 2000-10-14 10:51:18 +00:00
parent e4041c9d81
commit cee23de153
2 changed files with 3 additions and 1 deletions

View File

@ -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

View 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));