Deprecate the low level DSA functions.
[openssl.git] / crypto / dsa / dsa_gen.c
index aa6b84c0912c537ce88ca5d024711c9099dde1da..ac5907c4f81659f7799952290684add31f097032 100644 (file)
@@ -7,6 +7,12 @@
  * https://www.openssl.org/source/license.html
  */
 
+/*
+ * DSA low level APIs are deprecated for public use, but still ok for
+ * internal use.
+ */
+#include "internal/deprecated.h"
+
 #include <openssl/opensslconf.h>
 #include <stdio.h>
 #include "internal/cryptlib.h"