X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/2c06c99bdf88232ed9b4bdd395241e526a65f00a..91d9cdd3ca06d1809bc05a285dafdea2954850b2:/openssh/cipher-aes.c diff --git a/openssh/cipher-aes.c b/openssh/cipher-aes.c index 228ddb1..3ea5949 100644 --- a/openssh/cipher-aes.c +++ b/openssh/cipher-aes.c @@ -28,9 +28,13 @@ #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 #include + +#include +#include + #include "rijndael.h" #include "xmalloc.h" #include "log.h"