diff options
Diffstat (limited to 'src/lib/libcrypto/evp/evp.h')
-rw-r--r-- | src/lib/libcrypto/evp/evp.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/libcrypto/evp/evp.h b/src/lib/libcrypto/evp/evp.h index aa9616e11b..3b1fa87576 100644 --- a/src/lib/libcrypto/evp/evp.h +++ b/src/lib/libcrypto/evp/evp.h | |||
@@ -394,9 +394,6 @@ struct evp_cipher_st | |||
394 | /* Set the GCM invocation field, decrypt only */ | 394 | /* Set the GCM invocation field, decrypt only */ |
395 | #define EVP_CTRL_GCM_SET_IV_INV 0x18 | 395 | #define EVP_CTRL_GCM_SET_IV_INV 0x18 |
396 | 396 | ||
397 | /* OpenBSD extension */ | ||
398 | #define EVP_CTRL_SET_ACSS_MODE 0x80 | ||
399 | |||
400 | /* GCM TLS constants */ | 397 | /* GCM TLS constants */ |
401 | /* Length of fixed part of IV derived from PRF */ | 398 | /* Length of fixed part of IV derived from PRF */ |
402 | #define EVP_GCM_TLS_FIXED_IV_LEN 4 | 399 | #define EVP_GCM_TLS_FIXED_IV_LEN 4 |
@@ -820,9 +817,6 @@ const EVP_CIPHER *EVP_aes_128_cbc_hmac_sha1(void); | |||
820 | const EVP_CIPHER *EVP_aes_256_cbc_hmac_sha1(void); | 817 | const EVP_CIPHER *EVP_aes_256_cbc_hmac_sha1(void); |
821 | #endif | 818 | #endif |
822 | #endif | 819 | #endif |
823 | #ifndef OPENSSL_NO_ACSS | ||
824 | const EVP_CIPHER *EVP_acss(void); | ||
825 | #endif | ||
826 | #ifndef OPENSSL_NO_CAMELLIA | 820 | #ifndef OPENSSL_NO_CAMELLIA |
827 | const EVP_CIPHER *EVP_camellia_128_ecb(void); | 821 | const EVP_CIPHER *EVP_camellia_128_ecb(void); |
828 | const EVP_CIPHER *EVP_camellia_128_cbc(void); | 822 | const EVP_CIPHER *EVP_camellia_128_cbc(void); |