diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2017-08-28 17:48:03 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2017-08-28 17:48:03 +0000 |
commit | a9c20712d29b7e33fd4197646cc6a43e52b6ab02 (patch) | |
tree | 3a529c1536a9cabbd9730582f0e06f67638d7a97 /lib/libcrypto/Symbols.list | |
parent | c13aa9221f111000ae8d40e2f317d3c7ab342d9a (diff) |
Remove EVP_aead_chacha20_poly1305_old() now that the original/old
chacha20-poly1305 cipher suites have been removed from libssl.
Diffstat (limited to 'lib/libcrypto/Symbols.list')
-rw-r--r-- | lib/libcrypto/Symbols.list | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libcrypto/Symbols.list b/lib/libcrypto/Symbols.list index 53aa96939a8..d8e38c8f044 100644 --- a/lib/libcrypto/Symbols.list +++ b/lib/libcrypto/Symbols.list @@ -1401,7 +1401,6 @@ EVP_add_digest EVP_aead_aes_128_gcm EVP_aead_aes_256_gcm EVP_aead_chacha20_poly1305 -EVP_aead_chacha20_poly1305_old EVP_aes_128_cbc EVP_aes_128_cbc_hmac_sha1 EVP_aes_128_ccm |