Deprecate the low level Diffie-Hellman functions.
[openssl.git] / crypto / dh / dh_meth.c
index be04b76a44c181f99f3d85b1ad9a752c3252bd7b..74f1891c834c90435bb5d4c4864ff94038bdf35b 100644 (file)
@@ -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 "dh_local.h"
 #include <string.h>
 #include <openssl/err.h>