projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
effaf4d
)
Don't run RC4 test with no-rc4
author
Rich Salz
<rsalz@akamai.com>
Wed, 10 Feb 2016 00:45:17 +0000
(19:45 -0500)
committer
Rich Salz
<rsalz@openssl.org>
Wed, 10 Feb 2016 02:10:36 +0000
(21:10 -0500)
Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/engine/eng_openssl.c
patch
|
blob
|
history
diff --git
a/crypto/engine/eng_openssl.c
b/crypto/engine/eng_openssl.c
index 152c1881fa68b2d3c48d8bc6b896400ad63c7d05..7e1a58c062e07383e3f3d73d5ae81d3b3e79b5f5 100644
(file)
--- a/
crypto/engine/eng_openssl.c
+++ b/
crypto/engine/eng_openssl.c
@@
-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;
}