]> andersk Git - openssh.git/blobdiff - cipher-aes.c
- (dtucker) [openbsd-compat/port-irix.c] Add errno.h, found by Iain Morgan.
[openssh.git] / cipher-aes.c
index 228ddb1044174990ce80e9b2f97aee4ef1134ee0..14ef10f03c5dfa00036b96365957a46d4fdc3d74 100644 (file)
 #include "openbsd-compat/openssl-compat.h"
 
 #ifdef USE_BUILTIN_RIJNDAEL
-RCSID("$OpenBSD: cipher-aes.c,v 1.2 2003/11/26 21:44:29 djm Exp $");
+#include <sys/types.h>
 
 #include <openssl/evp.h>
+
+#include <stdarg.h>
+
 #include "rijndael.h"
 #include "xmalloc.h"
 #include "log.h"
This page took 0.091244 seconds and 4 git commands to generate.