summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2020-10-20 22:15:10 +1000
committerPauli <paul.dale@oracle.com>2020-10-22 22:35:26 +1000
commit85209c07459b1c6007e0fc550f40c05deec78531 (patch)
treebd4ac16f7aad18e091ca76c18039c071c6297e75 /include
parentfc1ccdffe96bc9d32f4287c31f7ff99f9dd37854 (diff)
Remove EVP_aes_(128|192|256)_siv functions
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/13195)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/evp.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/openssl/evp.h b/include/openssl/evp.h
index b2b87f2ab4..4472bcf50e 100644
--- a/include/openssl/evp.h
+++ b/include/openssl/evp.h
@@ -950,11 +950,6 @@ const EVP_CIPHER *EVP_aes_128_cbc_hmac_sha1(void);
const EVP_CIPHER *EVP_aes_256_cbc_hmac_sha1(void);
const EVP_CIPHER *EVP_aes_128_cbc_hmac_sha256(void);
const EVP_CIPHER *EVP_aes_256_cbc_hmac_sha256(void);
-# ifndef OPENSSL_NO_SIV
-const EVP_CIPHER *EVP_aes_128_siv(void);
-const EVP_CIPHER *EVP_aes_192_siv(void);
-const EVP_CIPHER *EVP_aes_256_siv(void);
-# endif
# ifndef OPENSSL_NO_ARIA
const EVP_CIPHER *EVP_aria_128_ecb(void);
const EVP_CIPHER *EVP_aria_128_cbc(void);