Deprecate the low level RC2 functions
[openssl.git] / test / rc2test.c
index e64d1a728503939e4cc4931d7d0cd7cb27fcee41..7b965094fc45ee7ddc73d3f72d5b9f7268cbb708 100644 (file)
@@ -1,12 +1,18 @@
 /*
  * Copyright 1995-2017 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
  */
 
+/*
+ * RC2 low level APIs are deprecated for public use, but still ok for internal
+ * use.
+ */
+#include "internal/deprecated.h"
+
 #include "internal/nelem.h"
 #include "testutil.h"