Deprecate Low Level Camellia APIs
[openssl.git] / crypto / camellia / cmll_ctr.c
index 161d1e18c136fc8e532781ffc0b9315241db9497..fa00150ec99f2dd714309d28c1be2260a68cf1db 100644 (file)
@@ -1,12 +1,18 @@
 /*
  * Copyright 2006-2016 The OpenSSL Project Authors. All Rights Reserved.
  *
- * Licensed under the OpenSSL license (the "License").  You may not use
+ * Licensed under the Apache License 2.0 (the "License").  You may not use
  * this file except in compliance with the License.  You can obtain a copy
  * in the file LICENSE in the source distribution or at
  * 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>