X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fopenssl.git;a=blobdiff_plain;f=crypto%2Fdh%2Fdh_lib.c;fp=crypto%2Fdh%2Fdh_lib.c;h=d7fe850f58cddde5f6c3aa50ec0b6de035244af0;hp=e6fc3ef2c565210124d9216f71e14fbb4502265c;hb=ada66e78ef535fe80e422bbbadffe8e7863d457c;hpb=0ad05b190ebb3a62f8519c8c4c721304c2405849 diff --git a/crypto/dh/dh_lib.c b/crypto/dh/dh_lib.c index e6fc3ef2c5..d7fe850f58 100644 --- a/crypto/dh/dh_lib.c +++ b/crypto/dh/dh_lib.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 #include