summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/evp.h
diff options
context:
space:
mode:
authordjm <>2013-01-26 06:10:22 +0000
committerdjm <>2013-01-26 06:10:22 +0000
commit692574e51be904b35cfcb2609fd641e93dc8cef7 (patch)
tree6305c1c4e36b099e146b0bf242578ba0877f0a81 /src/lib/libcrypto/evp/evp.h
parent3b84eeed9fbdc1aa9a6d368cd52ba021c5cb1860 (diff)
downloadopenbsd-692574e51be904b35cfcb2609fd641e93dc8cef7.tar.gz
openbsd-692574e51be904b35cfcb2609fd641e93dc8cef7.tar.bz2
openbsd-692574e51be904b35cfcb2609fd641e93dc8cef7.zip
remove ACSS, crank libcrypto major; ok markus@ deraadt@
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);