X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/0a23d79f380455baae5ea17991154f8356472aed..34f2baf0f5d9dad08aaed92f16ee660b9c150d65:/cipher-aes.c diff --git a/cipher-aes.c b/cipher-aes.c index 7ba95019..22d500d4 100644 --- a/cipher-aes.c +++ b/cipher-aes.c @@ -24,7 +24,7 @@ #include "includes.h" #if OPENSSL_VERSION_NUMBER < 0x00907000L -RCSID("$OpenBSD: cipher-aes.c,v 1.1 2003/05/15 03:08:29 markus Exp $"); +RCSID("$OpenBSD: cipher-aes.c,v 1.2 2003/11/26 21:44:29 djm Exp $"); #include #include "rijndael.h"