Deprecate the low level RC4 functions
[oweals/openssl.git] / crypto / evp / e_rc4.c
index 092d6cf1dba38a98763393c5e316a70e0b4c5930..f75e2d716e4270472bc627266a4d266b66df6792 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 <stdio.h>
 #include "internal/cryptlib.h"