]> andersk Git - openssh.git/blobdiff - cipher-aes.c
- (dtucker] [misc.c] Shrink the area covered by USE_ROUTINGDOMAIN more
[openssh.git] / cipher-aes.c
index 99e9eea927d8e58bad96d0f536c13cdc7c7905da..3ea594969eab382f1a5b5ad683d74d64ee7c3a73 100644 (file)
 #include "openbsd-compat/openssl-compat.h"
 
 #ifdef USE_BUILTIN_RIJNDAEL
+#include <sys/types.h>
 
 #include <openssl/evp.h>
+
+#include <stdarg.h>
+#include <string.h>
+
 #include "rijndael.h"
 #include "xmalloc.h"
 #include "log.h"
This page took 0.034377 seconds and 4 git commands to generate.