summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src
diff options
context:
space:
mode:
authorhshoexer <hshoexer@openbsd.org>2004-01-23 17:02:25 +0000
committerhshoexer <hshoexer@openbsd.org>2004-01-23 17:02:25 +0000
commit0335640dbffb19e6955d16d532b097a948f022ef (patch)
tree54665e2a5234b5e4886276febf7f41f361911a6d /lib/libssl/src
parentevp api and manual page for acss (diff)
downloadwireguard-openbsd-0335640dbffb19e6955d16d532b097a948f022ef.tar.xz
wireguard-openbsd-0335640dbffb19e6955d16d532b097a948f022ef.zip
enable acss.
ok @deraadt @markus Also bump minor version. ok @deraadt
Diffstat (limited to 'lib/libssl/src')
-rw-r--r--lib/libssl/src/crypto/evp/evp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libssl/src/crypto/evp/evp.h b/lib/libssl/src/crypto/evp/evp.h
index 7b234d0ad6f..5d8a07d33cb 100644
--- a/lib/libssl/src/crypto/evp/evp.h
+++ b/lib/libssl/src/crypto/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);