]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/evp/pmeth_lib.c
Deprecate the low level Diffie-Hellman functions.
[thirdparty/openssl.git] / crypto / evp / pmeth_lib.c
index f4bc49fe0fb86d53be555283742849701de59676..49af63845e5e7a95b1ead81d2a55ede6f133b8ec 100644 (file)
@@ -8,6 +8,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 <stdlib.h>
 #include <openssl/engine.h>