PROV: Add DERlib support for DSA
[openssl.git] / test / dsatest.c
index 23991fa096008b451c581d85f7da31b4d8c7951e..288efb71d062d41ce86c86a18312150c9d6d2686 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 <stdlib.h>
 #include <string.h>