dsa: provider and library deprecation changes
[openssl.git] / providers / common / der / der_dsa_key.c
index 1a369faa81d38d60f62ea2bd9bbbc574878c97bd..dc7b2fe8faa6b039410afe1a6cc8143f898a4cfe 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/obj_mac.h>
 #include "internal/packet.h"
 #include "prov/der_dsa.h"