]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - test/ssltest_old.c
Deprecate the low level Diffie-Hellman functions.
[thirdparty/openssl.git] / test / ssltest_old.c
index 0c0aa6046a577373ee3662ac38e349f710298c16..d2c764c1ae4c7faa0f8a2f4a830bf80072df9241 100644 (file)
@@ -9,6 +9,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"
 
 /* Or gethostname won't be declared properly on Linux and GNU platforms. */