diff options
Diffstat (limited to 'crypto/dh/dh_rfc5114.c')
-rw-r--r-- | crypto/dh/dh_rfc5114.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/crypto/dh/dh_rfc5114.c b/crypto/dh/dh_rfc5114.c index 3bbfea12d3..c542afc1e9 100644 --- a/crypto/dh/dh_rfc5114.c +++ b/crypto/dh/dh_rfc5114.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 <stdio.h> #include "internal/cryptlib.h" #include "dh_local.h" |