From c6d18b94636587d78f7fe00657c4d2e9e01337ae Mon Sep 17 00:00:00 2001 From: hshoexer <> Date: Fri, 23 Jan 2004 17:02:25 +0000 Subject: enable acss. ok @deraadt @markus Also bump minor version. ok @deraadt --- src/lib/libcrypto/evp/evp.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/lib/libcrypto') diff --git a/src/lib/libcrypto/evp/evp.h b/src/lib/libcrypto/evp/evp.h index 7b234d0ad6..5d8a07d33c 100644 --- a/src/lib/libcrypto/evp/evp.h +++ b/src/lib/libcrypto/evp/evp.h @@ -326,6 +326,7 @@ struct evp_cipher_st #define EVP_CTRL_SET_RC2_KEY_BITS 0x3 #define EVP_CTRL_GET_RC5_ROUNDS 0x4 #define EVP_CTRL_SET_RC5_ROUNDS 0x5 +#define EVP_CTRL_SET_ACSS_MODE 0x6 typedef struct evp_cipher_info_st { @@ -663,6 +664,9 @@ const EVP_CIPHER *EVP_aes_256_ofb(void); const EVP_CIPHER *EVP_aes_256_ctr(void); #endif #endif +#ifndef OPENSSL_NO_ACSS +const EVP_CIPHER *EVP_acss(void); +#endif void OPENSSL_add_all_algorithms_noconf(void); void OPENSSL_add_all_algorithms_conf(void); -- cgit v1.2.3-55-g6feb