summaryrefslogtreecommitdiffstats
path: root/crypto/camellia/cmll_cfb.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/camellia/cmll_cfb.c')
-rw-r--r--crypto/camellia/cmll_cfb.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/crypto/camellia/cmll_cfb.c b/crypto/camellia/cmll_cfb.c
index 054f79c0dc..5b169a4f68 100644
--- a/crypto/camellia/cmll_cfb.c
+++ b/crypto/camellia/cmll_cfb.c
@@ -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>