Deprecate the low level DSA functions.
[oweals/openssl.git] / crypto / dsa / dsa_sign.c
index d3e8cfa1ffa9cfd19d2fa67c9461ac70ae7fac7d..1ee9272cede449640037ce1b9821ba443449eb31 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/bn.h>
 #include "internal/cryptlib.h"
 #include "dsa_local.h"