Deprecate the Low Level CAST APIs
[openssl.git] / crypto / cast / c_ecb.c
index 2b841ac9191e68522e67590eaf8575dcf2c82007..cbd044366d4e69679f49662000c703f80ffc384a 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 <openssl/cast.h>
 #include "cast_local.h"
 #include <openssl/opensslv.h>