From c8ddabe55b583059a7979620c08beb2e79cd0909 Mon Sep 17 00:00:00 2001
From: jsing <>
Date: Wed, 27 Mar 2024 12:13:08 +0000
Subject: Remove private_RC4_set_key() from the public rc4.h header.

This does not exist in libcrypto.
---
 src/lib/libcrypto/rc4/rc4.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'src/lib')

diff --git a/src/lib/libcrypto/rc4/rc4.h b/src/lib/libcrypto/rc4/rc4.h
index 7ebe232106..ff2514187f 100644
--- a/src/lib/libcrypto/rc4/rc4.h
+++ b/src/lib/libcrypto/rc4/rc4.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: rc4.h,v 1.14 2023/07/28 10:35:14 tb Exp $ */
+/* $OpenBSD: rc4.h,v 1.15 2024/03/27 12:13:08 jsing Exp $ */
 /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
@@ -77,7 +77,6 @@ typedef struct rc4_key_st {
 } RC4_KEY;
 
 void RC4_set_key(RC4_KEY *key, int len, const unsigned char *data);
-void private_RC4_set_key(RC4_KEY *key, int len, const unsigned char *data);
 void RC4(RC4_KEY *key, size_t len, const unsigned char *indata,
     unsigned char *outdata);
 
-- 
cgit v1.2.3-55-g6feb