Deprecate Low Level Camellia APIs
[openssl.git] / crypto / camellia / cmll_cbc.c
index 14724bf226a8cddada8bff8860ea5fd5357a599d..92b729e02f0225487ac06f7712bf5ba4585403a9 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"
+
 #include <openssl/camellia.h>
 #include <openssl/modes.h>