Deprecate the Low Level CAST APIs
[openssl.git] / crypto / cast / c_ecb.c
index 50b225e32bc88ad1dc05d510dd031a247e3230e3..cbd044366d4e69679f49662000c703f80ffc384a 100644 (file)
@@ -7,8 +7,14 @@
  * 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_lcl.h"
+#include "cast_local.h"
 #include <openssl/opensslv.h>
 
 void CAST_ecb_encrypt(const unsigned char *in, unsigned char *out,