Deprecate the Low Level CAST APIs
[openssl.git] / crypto / evp / e_cast.c
index 4b06717b72e73225c03c613dd02346d8d1a1395b..5703f7fa49224700a39d2907ef15a666c65174ff 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 "internal/cryptlib.h"