Deprecate the low level RC2 functions
[openssl.git] / crypto / evp / e_rc2.c
index d2201b000a0e9cd8d1b1bd7a49edf84a4b95bcfd..a3c09c86a16dbcb3ca5a1b617b57b6c1d39b0111 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 <stdio.h>
 #include "internal/cryptlib.h"