X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fopenssl.git;a=blobdiff_plain;f=providers%2Fimplementations%2Fkeymgmt%2Fdh_kmgmt.c;fp=providers%2Fimplementations%2Fkeymgmt%2Fdh_kmgmt.c;h=f4f04eeab855d3e9bcee37cc61cbeb7a5957cad6;hp=0063324f48e1f6f4c90900cd1c524afe6984edb0;hb=ada66e78ef535fe80e422bbbadffe8e7863d457c;hpb=0ad05b190ebb3a62f8519c8c4c721304c2405849 diff --git a/providers/implementations/keymgmt/dh_kmgmt.c b/providers/implementations/keymgmt/dh_kmgmt.c index 0063324f48..f4f04eeab8 100644 --- a/providers/implementations/keymgmt/dh_kmgmt.c +++ b/providers/implementations/keymgmt/dh_kmgmt.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