]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/dh/dh_asn1.c
Deprecate the low level Diffie-Hellman functions.
[thirdparty/openssl.git] / crypto / dh / dh_asn1.c
index 829cc87464c8ee1ac60f6e7375aedad0fb235f8a..940d119d3c4204b39dd7605ffd132c2589b7273e 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>