Don't run RC4 test with no-rc4
Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
effaf4dee9
commit
5abb2fc964
1 changed files with 2 additions and 0 deletions
|
@ -683,8 +683,10 @@ static int ossl_pkey_meths(ENGINE *e, EVP_PKEY_METHOD **pmeth,
|
|||
int openssl_destroy(ENGINE *e)
|
||||
{
|
||||
test_sha_md_destroy();
|
||||
#ifdef TEST_ENG_OPENSSL_RC4
|
||||
test_r4_cipher_destroy();
|
||||
test_r4_40_cipher_destroy();
|
||||
#endif
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue