Deprecate Low Level Camellia APIs
[oweals/openssl.git] / providers / implementations / ciphers / cipher_camellia.c
index d796f3635c8ee2c6e6b91c8d6c3b17f3b3035604..9757fb81dd7494273bab17ae9e34f00a85f47e14 100644 (file)
@@ -7,6 +7,12 @@
  * https://www.openssl.org/source/license.html
  */
 
+/*
+ * Camellia low level APIs are deprecated for public use, but still ok for
+ * internal use.
+ */
+#include "internal/deprecated.h"
+
 /* Dispatch functions for CAMELLIA cipher modes ecb, cbc, ofb, cfb, ctr */
 
 #include "cipher_camellia.h"