]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/dh/dh_kdf.c
Deprecate the low level Diffie-Hellman functions.
[thirdparty/openssl.git] / crypto / dh / dh_kdf.c
index 23bc8acb736572208ae1dad58023f0cd2ae88132..e054aaeff96ce2f2b96f421af0f8510ddf02350b 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 "e_os.h"
 
 #ifndef OPENSSL_NO_CMS