Deprecate the low level DSA functions.
[oweals/openssl.git] / test / dsa_no_digest_size_test.c
index 81a563ad00bc702f0580b9f4c8bc4fbda0490def..3ccf39ca3086be1e9fd2d6ec5d85a0830f793b6f 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 <stdlib.h>
 #include <string.h>