X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fopenssl.git;a=blobdiff_plain;f=providers%2Fimplementations%2Fexchange%2Fdh_exch.c;fp=providers%2Fimplementations%2Fexchange%2Fdh_exch.c;h=5e71ef4ff0c8229e75005fecdf042e70cdb48f1e;hp=418896e46d9433e58170d87c615da6ef8ab23536;hb=ada66e78ef535fe80e422bbbadffe8e7863d457c;hpb=0ad05b190ebb3a62f8519c8c4c721304c2405849 diff --git a/providers/implementations/exchange/dh_exch.c b/providers/implementations/exchange/dh_exch.c index 418896e46d..5e71ef4ff0 100644 --- a/providers/implementations/exchange/dh_exch.c +++ b/providers/implementations/exchange/dh_exch.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