summaryrefslogtreecommitdiff
path: root/include/openssl/rc4.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openssl/rc4.h')
-rw-r--r--include/openssl/rc4.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/openssl/rc4.h b/include/openssl/rc4.h
index 39162b1648..c938fdb92a 100644
--- a/include/openssl/rc4.h
+++ b/include/openssl/rc4.h
@@ -1,4 +1,3 @@
-/* crypto/rc4/rc4.h */
/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -77,7 +76,6 @@ typedef struct rc4_key_st {
const char *RC4_options(void);
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);