From 03047e7b7f64b054fa85d101e7097af5daf7a865 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Thu, 2 Jan 2020 14:25:27 +0000 Subject: Deprecate Low Level Blowfish APIs Applications should instead use the higher level EVP APIs, e.g. EVP_Encrypt*() and EVP_Decrypt*(). Reviewed-by: Richard Levitte Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/10740) --- crypto/bf/bf_skey.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'crypto/bf/bf_skey.c') diff --git a/crypto/bf/bf_skey.c b/crypto/bf/bf_skey.c index e358b1ded7..08189442bf 100644 --- a/crypto/bf/bf_skey.c +++ b/crypto/bf/bf_skey.c @@ -7,6 +7,12 @@ * https://www.openssl.org/source/license.html */ +/* + * BF low level APIs are deprecated for public use, but still ok for internal + * use. + */ +#include "internal/deprecated.h" + #include #include #include -- cgit v1.2.3