From 579422c85cf606c0ae1d4baf414010dc21da657a Mon Sep 17 00:00:00 2001 From: Pauli Date: Tue, 28 Jan 2020 15:14:18 +1000 Subject: Deprecate the ECDSA and EV_KEY_METHOD functions. Use of the low level ECDSA and EC_KEY_METHOD functions has been informally discouraged for a long time. We now formally deprecate them. Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/10960) --- crypto/ec/ecdsa_vrf.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'crypto/ec/ecdsa_vrf.c') diff --git a/crypto/ec/ecdsa_vrf.c b/crypto/ec/ecdsa_vrf.c index 60f4af0426..255c4eeea2 100644 --- a/crypto/ec/ecdsa_vrf.c +++ b/crypto/ec/ecdsa_vrf.c @@ -7,6 +7,12 @@ * https://www.openssl.org/source/license.html */ +/* + * ECDSA low level APIs are deprecated for public use, but still ok for + * internal use. + */ +#include "internal/deprecated.h" + #include #include "ec_local.h" #include -- cgit v1.2.3