summaryrefslogtreecommitdiffstats
path: root/cipher-acss.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-02-06 15:26:10 +1100
committerDarren Tucker <dtucker@zip.com.au>2004-02-06 15:26:10 +1100
commit6977fe742b363b84822afd45c9b2ef36f16e0ae3 (patch)
tree1a25960ebcdf2bbcae7bbebc49cf13e515bba868 /cipher-acss.c
parent9976246dfd175829f2a1bed0beeb5229a82d9492 (diff)
- (dtucker) [cipher-acss.c cipher.c] Enable acss only if building with
OpenSSL >= 0.9.7. ok djm@
Diffstat (limited to 'cipher-acss.c')
-rw-r--r--cipher-acss.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cipher-acss.c b/cipher-acss.c
index e2e3a406..3a966a74 100644
--- a/cipher-acss.c
+++ b/cipher-acss.c
@@ -17,9 +17,9 @@
#include "includes.h"
#include <openssl/evp.h>
-RCSID("$Id: cipher-acss.c,v 1.1 2004/01/27 10:19:22 djm Exp $");
+RCSID("$Id: cipher-acss.c,v 1.2 2004/02/06 04:26:11 dtucker Exp $");
-#if !defined(EVP_CTRL_SET_ACSS_MODE) && (OPENSSL_VERSION_NUMBER >= 0x00906000L)
+#if !defined(EVP_CTRL_SET_ACSS_MODE) && (OPENSSL_VERSION_NUMBER >= 0x00907000L)
#include "acss.h"