Deprecate the low level Diffie-Hellman functions.
[oweals/openssl.git] / crypto / dh / dh_group_params.c
index 6c057d1f1ffcec54e424dcd0099ef2558b2fc22f..d2dd2582486739dc39f7e2c0625764e1af19141e 100644 (file)
@@ -9,6 +9,12 @@
 
 /* DH parameters from RFC7919 and RFC3526 */
 
+/*
+ * 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"