Deprecate the low level DSA functions.
[openssl.git] / crypto / pem / pvkfmt.c
index 95bd4da3f52e1a34eaa2673ba00d409740bb0b7b..7f9de421f1224895b7c0a2260678cd824a288ec0 100644 (file)
  * and PRIVATEKEYBLOB).
  */
 
+/*
+ * DSA low level APIs are deprecated for public use, but still ok for
+ * internal use.
+ */
+#include "internal/deprecated.h"
+
 #include "internal/cryptlib.h"
 #include <openssl/pem.h>
 #include <openssl/rand.h>