]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - test/dhtest.c
Deprecate the low level Diffie-Hellman functions.
[thirdparty/openssl.git] / test / dhtest.c
index a357d0262f15be2012858346fd2aaa6f1facfbee..b3e2e2fdcbcba2d0e5c395dd34db7c5f5638ad5a 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 <stdlib.h>
 #include <string.h>