X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fec%2Fecp_nistz256.c;fp=crypto%2Fec%2Fecp_nistz256.c;h=d9709da4f402ac4465563fbb9a4d564883442143;hp=1609c4bbf7aaefce3f9354bfb2c0a0bb94e49ad2;hb=579422c85cf606c0ae1d4baf414010dc21da657a;hpb=5e3f9aa4e9a915f25b36bb085515d4786a253385 diff --git a/crypto/ec/ecp_nistz256.c b/crypto/ec/ecp_nistz256.c index 1609c4bbf7..d9709da4f4 100644 --- a/crypto/ec/ecp_nistz256.c +++ b/crypto/ec/ecp_nistz256.c @@ -18,6 +18,12 @@ * 256 Bit Primes" */ +/* + * ECDSA low level APIs are deprecated for public use, but still ok for + * internal use. + */ +#include "internal/deprecated.h" + #include #include "internal/cryptlib.h"