Deprecate the low level RC2 functions
[oweals/openssl.git] / crypto / rc2 / rc2_ecb.c
index fec2c10174847a38de72591c793ce457228af4d1..da086e65983535d0fa3e255fc3d9d6adfe04b9a9 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"
 #include <openssl/opensslv.h>