Deprecate the low level RC2 functions
[openssl.git] / crypto / rc2 / rc2_skey.c
index 33068d4802333365493ed50aa5487d0828dac4b4..542ce0f6f9ac55eae93703f187c4334fda009c1d 100644 (file)
@@ -7,6 +7,12 @@
  * 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"