Deprecate the low level Diffie-Hellman functions.
[openssl.git] / crypto / dh / dh_rfc5114.c
index 3bbfea12d3a6d366452cc5d5282cac7a6a88b299..c542afc1e986105d9e297674382525b4954a2a16 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 "dh_local.h"