Add RC4 support to OpenBSD.
This commit is contained in:
@@ -60,6 +60,7 @@
|
||||
static void load_ciphers(ENGINE *e)
|
||||
{
|
||||
ENGINE_add_cipher(e,EVP_dev_crypto_des_ede3_cbc());
|
||||
ENGINE_add_cipher(e,EVP_dev_crypto_rc4());
|
||||
}
|
||||
|
||||
ENGINE *ENGINE_openbsd_dev_crypto(void)
|
||||
|
Reference in New Issue
Block a user