summaryrefslogtreecommitdiff
path: root/cipher-acss.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher-acss.c')
-rw-r--r--cipher-acss.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cipher-acss.c b/cipher-acss.c
index a95fa6747..cb0bf736c 100644
--- a/cipher-acss.c
+++ b/cipher-acss.c
@@ -15,9 +15,10 @@
15 */ 15 */
16 16
17#include "includes.h" 17#include "includes.h"
18
18#include <openssl/evp.h> 19#include <openssl/evp.h>
19 20
20RCSID("$Id: cipher-acss.c,v 1.3 2005/07/17 07:04:47 djm Exp $"); 21#include <string.h>
21 22
22#if !defined(EVP_CTRL_SET_ACSS_MODE) && (OPENSSL_VERSION_NUMBER >= 0x00907000L) 23#if !defined(EVP_CTRL_SET_ACSS_MODE) && (OPENSSL_VERSION_NUMBER >= 0x00907000L)
23 24