Add RC4 support to OpenBSD.

This commit is contained in:
Ben Laurie
2001-08-18 16:04:36 +00:00
parent a8a004987c
commit 82b2230527
4 changed files with 60 additions and 28 deletions

View File

@@ -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)