Deprecate the Low Level CAST APIs
[openssl.git] / crypto / cast / c_cfb64.c
index 1ae13bc3d8a674e95de65eb2f80be1a44f971a53..805a51d450b6657d4ef07616e2a53aed00c01437 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"