diff options
Diffstat (limited to 'src/crypto/rc4.h')
-rw-r--r-- | src/crypto/rc4.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crypto/rc4.h b/src/crypto/rc4.h index 01f1383..35c7e41 100644 --- a/src/crypto/rc4.h +++ b/src/crypto/rc4.h @@ -17,6 +17,5 @@ void rc4_skip(const u8 *key, size_t keylen, size_t skip, u8 *data, size_t data_len); -void rc4(u8 *buf, size_t len, const u8 *key, size_t key_len); #endif /* RC4_H */ |