]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/dh/dh_depr.c
Deprecate the low level Diffie-Hellman functions.
[thirdparty/openssl.git] / crypto / dh / dh_depr.c
index 09403f6ad5e0151ae355a52140791d5073754dd6..33689d8e1caad698af913f548dbf4159f122e42f 100644 (file)
@@ -9,6 +9,12 @@
 
 /* This file contains deprecated functions as wrappers to the new ones */
 
+/*
+ * DH low level APIs are deprecated for public use, but still ok for
+ * internal use.
+ */
+#include "internal/deprecated.h"
+
 #include <openssl/opensslconf.h>
 #ifdef OPENSSL_NO_DEPRECATED_0_9_8
 NON_EMPTY_TRANSLATION_UNIT