Deprecate the Low Level CAST APIs
[openssl.git] / providers / implementations / ciphers / cipher_cast5.c
index 473a7f02b9e563fa598e9621a864c4e12f9fe610..24cb59d103f570438b38bc206ba8bbfc56704beb 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"
+
 /* Dispatch functions for cast cipher modes ecb, cbc, ofb, cfb */
 
 #include "cipher_cast.h"