From 25e49af92a70b98e59d2f2ce834829477d465612 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Fri, 16 Oct 2020 09:36:19 +0100 Subject: Deprecate more DH functions Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/13138) --- crypto/dh/dh_backend.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'crypto/dh') diff --git a/crypto/dh/dh_backend.c b/crypto/dh/dh_backend.c index cc8d064..660bb48 100644 --- a/crypto/dh/dh_backend.c +++ b/crypto/dh/dh_backend.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/param_build_set.h" #include "crypto/dh.h" -- cgit v1.1