Skip a no-dsa test in the fipsinstall test
[openssl.git] / test / casttest.c
index 0d7595cc99827b24f10327020a04049723e08441..09435bde45ce1278538d676dd96f56469b6f930a 100644 (file)
@@ -7,6 +7,12 @@
  * https://www.openssl.org/source/license.html
  */
 
+/*
+ * CAST low level APIs are deprecated for public use, but still ok for
+ * internal use.
+ */
+#include "internal/deprecated.h"
+
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>