summaryrefslogtreecommitdiff
path: root/lib/libcrypto/evp
diff options
context:
space:
mode:
authorHans-Joerg Hoexer <hshoexer@cvs.openbsd.org>2004-01-23 17:02:26 +0000
committerHans-Joerg Hoexer <hshoexer@cvs.openbsd.org>2004-01-23 17:02:26 +0000
commit249a210c3b20a14bca5234f8af919b467b8c2ee0 (patch)
tree4232ab5bfc1e800c3be540c36dcb8e0adcc35c13 /lib/libcrypto/evp
parent0a47af04f679313d87cfe656c1bba67740e165bb (diff)
enable acss.
ok @deraadt @markus Also bump minor version. ok @deraadt
Diffstat (limited to 'lib/libcrypto/evp')
-rw-r--r--lib/libcrypto/evp/evp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libcrypto/evp/evp.h b/lib/libcrypto/evp/evp.h
index 7b234d0ad6f..5d8a07d33cb 100644
--- a/lib/libcrypto/evp/evp.h
+++ b/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);