diff options
author | Pauli <paul.dale@oracle.com> | 2020-10-20 14:15:10 +0200 |
---|---|---|
committer | Pauli <paul.dale@oracle.com> | 2020-10-22 14:35:26 +0200 |
commit | 85209c07459b1c6007e0fc550f40c05deec78531 (patch) | |
tree | bd4ac16f7aad18e091ca76c18039c071c6297e75 /util/missingcrypto.txt | |
parent | enc: change the text to reference `-list` instead of the deprecated `-ciphers` (diff) | |
download | openssl-85209c07459b1c6007e0fc550f40c05deec78531.tar.xz openssl-85209c07459b1c6007e0fc550f40c05deec78531.zip |
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 'util/missingcrypto.txt')
-rw-r--r-- | util/missingcrypto.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/util/missingcrypto.txt b/util/missingcrypto.txt index f2b91e2587..71c0d5002b 100644 --- a/util/missingcrypto.txt +++ b/util/missingcrypto.txt @@ -700,9 +700,6 @@ EVP_PKEY_save_parameters(3) EVP_add_alg_module(3) EVP_add_cipher(3) EVP_add_digest(3) -EVP_aes_128_siv(3) -EVP_aes_192_siv(3) -EVP_aes_256_siv(3) EVP_get_pw_prompt(3) EVP_hex2ctrl(3) EVP_read_pw_string(3) |