]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - providers/implementations/exchange/dh_exch.c
Deprecate the low level Diffie-Hellman functions.
[thirdparty/openssl.git] / providers / implementations / exchange / dh_exch.c
index 418896e46d9433e58170d87c615da6ef8ab23536..5e71ef4ff0c8229e75005fecdf042e70cdb48f1e 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 <openssl/crypto.h>
 #include <openssl/core_numbers.h>
 #include <openssl/core_names.h>