summaryrefslogtreecommitdiff
path: root/cipher.c
diff options
context:
space:
mode:
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 79c07ec4f..8744cb7b7 100644
--- a/cipher.c
+++ b/cipher.c
@@ -54,7 +54,7 @@ extern void ssh_rijndael_iv(EVP_CIPHER_CTX *, int, u_char *, u_int);
54#endif 54#endif
55 55
56#if !defined(EVP_CTRL_SET_ACSS_MODE) 56#if !defined(EVP_CTRL_SET_ACSS_MODE)
57# if (OPENSSL_VERSION_NUMBER >= 0x00906000L) 57# if (OPENSSL_VERSION_NUMBER >= 0x00907000L)
58extern const EVP_CIPHER *evp_acss(void); 58extern const EVP_CIPHER *evp_acss(void);
59# define EVP_acss evp_acss 59# define EVP_acss evp_acss
60# define EVP_CTRL_SET_ACSS_MODE xxx /* used below */ 60# define EVP_CTRL_SET_ACSS_MODE xxx /* used below */