Deprecate the low level DSA functions.
[openssl.git] / crypto / dsa / dsa_pmeth.c
index 0ab5372bacf5d7ad63d70330254b812aa60c0173..008a607bc664f1f2e3d18641a5b4c64e72c3ff34 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 "internal/cryptlib.h"
 #include <openssl/asn1t.h>