Deprecate the low level DSA functions.
[openssl.git] / crypto / asn1 / d2i_pu.c
index 4b26ec0400772d6ac0448cfef3ea02bac82a75bf..8688bb677ed5a39ac3237696dbf72878bc8baf50 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/bn.h>