summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/evp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/evp/evp.h')
-rw-r--r--src/lib/libcrypto/evp/evp.h6
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);
820const EVP_CIPHER *EVP_aes_256_cbc_hmac_sha1(void); 817const EVP_CIPHER *EVP_aes_256_cbc_hmac_sha1(void);
821#endif 818#endif
822#endif 819#endif
823#ifndef OPENSSL_NO_ACSS
824const EVP_CIPHER *EVP_acss(void);
825#endif
826#ifndef OPENSSL_NO_CAMELLIA 820#ifndef OPENSSL_NO_CAMELLIA
827const EVP_CIPHER *EVP_camellia_128_ecb(void); 821const EVP_CIPHER *EVP_camellia_128_ecb(void);
828const EVP_CIPHER *EVP_camellia_128_cbc(void); 822const EVP_CIPHER *EVP_camellia_128_cbc(void);