OpenSSL 1.1.1-pre2
This commit is contained in:
+2
-2
@@ -58,12 +58,12 @@ static const EVP_CIPHER r4_40_cipher = {
|
||||
|
||||
const EVP_CIPHER *EVP_rc4(void)
|
||||
{
|
||||
return (&r4_cipher);
|
||||
return &r4_cipher;
|
||||
}
|
||||
|
||||
const EVP_CIPHER *EVP_rc4_40(void)
|
||||
{
|
||||
return (&r4_40_cipher);
|
||||
return &r4_40_cipher;
|
||||
}
|
||||
|
||||
static int rc4_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
|
||||
|
||||
Reference in New Issue
Block a user