Deprecate the low level HMAC functions
[openssl.git] / crypto / rc4 / rc4_skey.c
index e2325e918b58eb36b3612d46562c530e8601d602..e9d60ca03a547502d45f4615f86d5e2eca3b4b34 100644 (file)
@@ -7,8 +7,14 @@
  * 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_locl.h"
+#include "rc4_local.h"
 #include <openssl/opensslv.h>
 
 const char *RC4_options(void)