X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Frand%2Fdrbg_hmac.c;h=241619a295cb70cd85fdd7ec300d8f870a9d120d;hp=3bda6c0d050d68c30d5077f736e5ac10763008c1;hb=dbde4726889a19af0a718fe9c5542f39c81acbd3;hpb=fd4d283e7527cb711a4ff42d5ddcbc40828077f5 diff --git a/crypto/rand/drbg_hmac.c b/crypto/rand/drbg_hmac.c index 3bda6c0d05..241619a295 100644 --- a/crypto/rand/drbg_hmac.c +++ b/crypto/rand/drbg_hmac.c @@ -7,6 +7,12 @@ * https://www.openssl.org/source/license.html */ +/* + * HMAC low level APIs are deprecated for public use, but still ok for internal + * use. + */ +#include "internal/deprecated.h" + #include #include #include