Deprecate the low level RC4 functions
[oweals/openssl.git] / providers / implementations / ciphers / cipher_rc4_hw.c
index 503a6189144d356eee88d5bde26304a31352d09c..865b0aaedb1dc09c935d4f8bd122c5db16668ea4 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 "cipher_rc4.h"
 
 static int cipher_hw_rc4_initkey(PROV_CIPHER_CTX *ctx,