summaryrefslogtreecommitdiff
path: root/cipher-aes.c
diff options
context:
space:
mode:
authordtucker <dtucker>2003-12-09 08:05:42 +0000
committerdtucker <dtucker>2003-12-09 08:05:42 +0000
commite90f4eae152591164452fd42f081c0b0aa135146 (patch)
treef598165df6b00def211ceb4ecb27a784565c4e98 /cipher-aes.c
parent90c44af65cd84a10ab36b0bbf4d4f67b88e4ffd9 (diff)
downloadopenssh-e90f4eae152591164452fd42f081c0b0aa135146.tar.gz
- djm@cvs.openbsd.org 2003/11/26 21:44:29
[cipher-aes.c] fix #ifdef before #define; ok markus@ (RCS ID sync only, Portable already had this)
Diffstat (limited to 'cipher-aes.c')
-rw-r--r--cipher-aes.c2
1 files changed, 1 insertions, 1 deletions
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 <openssl/evp.h>
#include "rijndael.h"