aboutsummaryrefslogtreecommitdiff
path: root/crypto/dh
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-10-16 09:36:19 +0100
committerMatt Caswell <matt@openssl.org>2020-11-27 11:04:54 +0000
commit25e49af92a70b98e59d2f2ce834829477d465612 (patch)
tree1a6d7f9260f5f946e20dc68d463a5aed2b4b9086 /crypto/dh
parentd4c2f498a34208f2468d9532455c2de76030c987 (diff)
downloadopenssl-25e49af92a70b98e59d2f2ce834829477d465612.zip
openssl-25e49af92a70b98e59d2f2ce834829477d465612.tar.gz
openssl-25e49af92a70b98e59d2f2ce834829477d465612.tar.bz2
Deprecate more DH functions
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/13138)
Diffstat (limited to 'crypto/dh')
-rw-r--r--crypto/dh/dh_backend.c6
1 files changed, 6 insertions, 0 deletions
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 <openssl/core_names.h>
#include "internal/param_build_set.h"
#include "crypto/dh.h"