]> andersk Git - openssh.git/blobdiff - cipher-aes.c
- (djm) [audit-bsm.c audit.c auth-bsdauth.c auth-chall.c auth-pam.c]
[openssh.git] / cipher-aes.c
index 99e9eea927d8e58bad96d0f536c13cdc7c7905da..14ef10f03c5dfa00036b96365957a46d4fdc3d74 100644 (file)
 #include "openbsd-compat/openssl-compat.h"
 
 #ifdef USE_BUILTIN_RIJNDAEL
+#include <sys/types.h>
 
 #include <openssl/evp.h>
+
+#include <stdarg.h>
+
 #include "rijndael.h"
 #include "xmalloc.h"
 #include "log.h"
This page took 0.02957 seconds and 4 git commands to generate.