]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/dh/dh_prn.c
Deprecate the low level Diffie-Hellman functions.
[thirdparty/openssl.git] / crypto / dh / dh_prn.c
index d0e1ab3d06cb191454430e0ff43d7002d999acce..28027a4a4f6f0802dfd6ce207f664244e2a5e769 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/evp.h>