X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fdh%2Fdh_key.c;fp=crypto%2Fdh%2Fdh_key.c;h=5748be810f7261985238e54439fab0bd8423cfa2;hp=14d35466f1f726989b76ee2785a2af41d82e2df8;hb=ada66e78ef535fe80e422bbbadffe8e7863d457c;hpb=0ad05b190ebb3a62f8519c8c4c721304c2405849 diff --git a/crypto/dh/dh_key.c b/crypto/dh/dh_key.c index 14d35466f1..5748be810f 100644 --- a/crypto/dh/dh_key.c +++ b/crypto/dh/dh_key.c @@ -7,6 +7,12 @@ * https://www.openssl.org/source/license.html */ +/* + * DH low level APIs are deprecated for public use, but still ok for + * internal use. + */ +#include "internal/deprecated.h" + #include #include "internal/cryptlib.h" #include "dh_local.h"