diff options
Diffstat (limited to 'src/lib/libcrypto/rc4/rc4.h')
-rw-r--r-- | src/lib/libcrypto/rc4/rc4.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/libcrypto/rc4/rc4.h b/src/lib/libcrypto/rc4/rc4.h index 88ceb46bc5..29d1acccf5 100644 --- a/src/lib/libcrypto/rc4/rc4.h +++ b/src/lib/libcrypto/rc4/rc4.h | |||
@@ -79,7 +79,6 @@ typedef struct rc4_key_st | |||
79 | 79 | ||
80 | const char *RC4_options(void); | 80 | const char *RC4_options(void); |
81 | void RC4_set_key(RC4_KEY *key, int len, const unsigned char *data); | 81 | void RC4_set_key(RC4_KEY *key, int len, const unsigned char *data); |
82 | void private_RC4_set_key(RC4_KEY *key, int len, const unsigned char *data); | ||
83 | void RC4(RC4_KEY *key, size_t len, const unsigned char *indata, | 82 | void RC4(RC4_KEY *key, size_t len, const unsigned char *indata, |
84 | unsigned char *outdata); | 83 | unsigned char *outdata); |
85 | 84 | ||