From c5f8713443c8d606ff149b12c478cd6162f2a7ac Mon Sep 17 00:00:00 2001 From: Pauli Date: Wed, 12 Feb 2020 15:03:51 +1000 Subject: Deprecate the low level RSA functions. Use of the low level RSA functions has been informally discouraged for a long time. We now formally deprecate them. Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/11063) --- crypto/rsa/rsa_pk1.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'crypto/rsa/rsa_pk1.c') diff --git a/crypto/rsa/rsa_pk1.c b/crypto/rsa/rsa_pk1.c index eedc558e3f..33391c4fcb 100644 --- a/crypto/rsa/rsa_pk1.c +++ b/crypto/rsa/rsa_pk1.c @@ -7,6 +7,12 @@ * https://www.openssl.org/source/license.html */ +/* + * RSA low level APIs are deprecated for public use, but still ok for + * internal use. + */ +#include "internal/deprecated.h" + #include "internal/constant_time.h" #include -- cgit v1.2.3