X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fec%2Fec_key.c;fp=crypto%2Fec%2Fec_key.c;h=a0cd5b9bda751ecd753e5adbd726970a5bcb9ec4;hp=2ae5a654c3a79169d7fe928a0cb956f41010c3b5;hb=579422c85cf606c0ae1d4baf414010dc21da657a;hpb=5e3f9aa4e9a915f25b36bb085515d4786a253385 diff --git a/crypto/ec/ec_key.c b/crypto/ec/ec_key.c index 2ae5a654c3..a0cd5b9bda 100644 --- a/crypto/ec/ec_key.c +++ b/crypto/ec/ec_key.c @@ -8,6 +8,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 "internal/cryptlib.h" #include #include "ec_local.h"