]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/dh/dh_check.c
Deprecate the low level Diffie-Hellman functions.
[thirdparty/openssl.git] / crypto / dh / dh_check.c
index 4832230f6cd917a13ee4ed0fb324d78df6e214bb..85ef17b36fa4531417df1c8960603fe4e3e712c1 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 <stdio.h>
 #include "internal/cryptlib.h"
 #include <openssl/bn.h>