diff options
author | Richard Levitte <levitte@openssl.org> | 2021-06-02 11:07:20 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2021-06-03 12:46:47 +0200 |
commit | b7d2bd1219db7e12f8bde6667cb7771b0b83c2fe (patch) | |
tree | 236d5854565e92d0a1dc98190b94c88b84916f22 /crypto/evp/e_aria.c | |
parent | 17213b2ad03fe577c03a3e77142242adde41fa9f (diff) | |
download | openssl-new-b7d2bd1219db7e12f8bde6667cb7771b0b83c2fe.tar.gz |
Deprecate EVP_CIPHER_impl_ctx_size and EVP_CIPHER_CTX_buf_noconst
Fixes #15519
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15584)
Diffstat (limited to 'crypto/evp/e_aria.c')
-rw-r--r-- | crypto/evp/e_aria.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/evp/e_aria.c b/crypto/evp/e_aria.c index b57661db58..f53528ea5c 100644 --- a/crypto/evp/e_aria.c +++ b/crypto/evp/e_aria.c @@ -8,6 +8,8 @@ * https://www.openssl.org/source/license.html */ +#include "internal/deprecated.h" + #include "internal/cryptlib.h" #ifndef OPENSSL_NO_ARIA # include <openssl/evp.h> |