Deprecate the low level RC4 functions
[openssl.git] / crypto / rc4 / rc4_enc.c
index c4753d93e00671bc74d941f431809e68ad5cedbb..8479091c6c4098f1a978e7a663bc2f344d204b37 100644 (file)
@@ -7,6 +7,12 @@
  * https://www.openssl.org/source/license.html
  */
 
+/*
+ * RC4 low level APIs are deprecated for public use, but still ok for internal
+ * use.
+ */
+#include "internal/deprecated.h"
+
 #include <openssl/rc4.h>
 #include "rc4_local.h"