]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/cast/c_enc.c
Deprecate the Low Level CAST APIs
[thirdparty/openssl.git] / crypto / cast / c_enc.c
index 7e2461dfcae30ce3ccc55c96ffb90cac1b4cdea9..ede9f2e8156edc8bf2620028b7c38b7bba16fdea 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"