Deprecate the low level RC4 functions
[oweals/openssl.git] / providers / implementations / ciphers / cipher_rc4_hmac_md5_hw.c
index d3098b1b3c18bd42747ade83329b20d65e5510e0..767a1e3e6bdc8f334b940994c873f9e2eba025d2 100644 (file)
@@ -9,6 +9,12 @@
 
 /* RC4_HMAC_MD5 cipher implementation */
 
+/*
+ * RC4 low level APIs are deprecated for public use, but still ok for internal
+ * use.
+ */
+#include "internal/deprecated.h"
+
 #include "cipher_rc4_hmac_md5.h"
 
 #define NO_PAYLOAD_LENGTH ((size_t)-1)