summaryrefslogtreecommitdiff
path: root/cipher.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-01-20 13:27:56 +1100
committerDarren Tucker <dtucker@zip.com.au>2005-01-20 13:27:56 +1100
commitd231186fd0acb8fee480faf61c4e9e4cc6186faf (patch)
tree8694e5e7b33ad54e28ef15369938755373423c02 /cipher.c
parent36a3d60347f23528695e550317d5ba6d63e6b0f4 (diff)
downloadopenssh-git-d231186fd0acb8fee480faf61c4e9e4cc6186faf.tar.gz
- 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)
Diffstat (limited to 'cipher.c')
-rw-r--r--cipher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher.c b/cipher.c
index 075a4c5f..64be0571 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"