summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/cipher-acss.c
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2006-09-30 13:29:51 +0000
committerdes <des@FreeBSD.org>2006-09-30 13:29:51 +0000
commit2f35ce4773442329d7798ccfecd8db9dcdce89bf (patch)
treebba6f2fe7855d7b0095f9dc7720dc27bea4d1fdf /crypto/openssh/cipher-acss.c
parent03ef9d989bf2619956d8c703362439e9be9257ca (diff)
downloadFreeBSD-src-2f35ce4773442329d7798ccfecd8db9dcdce89bf.zip
FreeBSD-src-2f35ce4773442329d7798ccfecd8db9dcdce89bf.tar.gz
Vendor import of OpenSSH 4.4p1.
Diffstat (limited to 'crypto/openssh/cipher-acss.c')
-rw-r--r--crypto/openssh/cipher-acss.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/openssh/cipher-acss.c b/crypto/openssh/cipher-acss.c
index a95fa67..cb0bf73 100644
--- a/crypto/openssh/cipher-acss.c
+++ b/crypto/openssh/cipher-acss.c
@@ -15,9 +15,10 @@
*/
#include "includes.h"
+
#include <openssl/evp.h>
-RCSID("$Id: cipher-acss.c,v 1.3 2005/07/17 07:04:47 djm Exp $");
+#include <string.h>
#if !defined(EVP_CTRL_SET_ACSS_MODE) && (OPENSSL_VERSION_NUMBER >= 0x00907000L)
OpenPOWER on IntegriCloud