From d231186fd0acb8fee480faf61c4e9e4cc6186faf Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Thu, 20 Jan 2005 13:27:56 +1100 Subject: - djm@cvs.openbsd.org 2004/12/22 02:13:19 [cipher-ctr.c cipher.c] remove fallback AES support for old OpenSSL, as OpenBSD has had it for many years now; ok deraadt@ (Id sync only: Portable will continue to support older OpenSSLs) --- cipher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cipher.c') diff --git a/cipher.c b/cipher.c index 075a4c5fc..64be0571f 100644 --- a/cipher.c +++ b/cipher.c @@ -35,7 +35,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: cipher.c,v 1.71 2004/07/28 09:40:29 markus Exp $"); +RCSID("$OpenBSD: cipher.c,v 1.72 2004/12/22 02:13:19 djm Exp $"); #include "xmalloc.h" #include "log.h" -- cgit v1.2.3