Deprecate Low Level Camellia APIs
[openssl.git] / crypto / camellia / camellia.c
index cb285d05ed024d25f053b80f5c0dbb13d6d5ed38..fd493a8a83c864a34b7910dc391788a2b2e3de52 100644 (file)
  * words reasonable performance even with not so modern compilers.
  */
 
+/*
+ * Camellia low level APIs are deprecated for public use, but still ok for
+ * internal use.
+ */
+#include "internal/deprecated.h"
+
 #include <openssl/camellia.h>
 #include "cmll_local.h"
 #include <string.h>