diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/evp/evp.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 | |||
326 | #define EVP_CTRL_SET_RC2_KEY_BITS 0x3 | 326 | #define EVP_CTRL_SET_RC2_KEY_BITS 0x3 |
327 | #define EVP_CTRL_GET_RC5_ROUNDS 0x4 | 327 | #define EVP_CTRL_GET_RC5_ROUNDS 0x4 |
328 | #define EVP_CTRL_SET_RC5_ROUNDS 0x5 | 328 | #define EVP_CTRL_SET_RC5_ROUNDS 0x5 |
329 | #define EVP_CTRL_SET_ACSS_MODE 0x6 | ||
329 | 330 | ||
330 | typedef struct evp_cipher_info_st | 331 | typedef struct evp_cipher_info_st |
331 | { | 332 | { |
@@ -663,6 +664,9 @@ const EVP_CIPHER *EVP_aes_256_ofb(void); | |||
663 | const EVP_CIPHER *EVP_aes_256_ctr(void); | 664 | const EVP_CIPHER *EVP_aes_256_ctr(void); |
664 | #endif | 665 | #endif |
665 | #endif | 666 | #endif |
667 | #ifndef OPENSSL_NO_ACSS | ||
668 | const EVP_CIPHER *EVP_acss(void); | ||
669 | #endif | ||
666 | 670 | ||
667 | void OPENSSL_add_all_algorithms_noconf(void); | 671 | void OPENSSL_add_all_algorithms_noconf(void); |
668 | void OPENSSL_add_all_algorithms_conf(void); | 672 | void OPENSSL_add_all_algorithms_conf(void); |