Deprecate the low level RC2 functions
[openssl.git] / crypto / rc2 / rc2_cbc.c
index 58a4b3e6159935325a18d8dcc86c04470435d54b..acfd4fde1c477545a26283001c14a75d2b803eac 100644 (file)
@@ -7,6 +7,12 @@
  * https://www.openssl.org/source/license.html
  */
 
  * 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 <openssl/rc2.h>
 #include "rc2_local.h"
 
 #include <openssl/rc2.h>
 #include "rc2_local.h"