Deprecate the low level DSA functions.
[openssl.git] / crypto / dsa / dsa_ameth.c
index a68928497eb1d993719702a7996810063122c1b1..9715a75d0dcf034f3bc48ecca1b44e7a626d973f 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 <stdio.h>
 #include <openssl/x509.h>
 #include <openssl/asn1.h>