commit | 00a37b5a9b295c1b55ca9a1c1f207d347ad5b24a | [log] [tgz] |
---|---|---|
author | Dr. Stephen Henson <steve@openssl.org> | Tue Apr 06 11:18:59 2010 +0000 |
committer | Dr. Stephen Henson <steve@openssl.org> | Tue Apr 06 11:18:59 2010 +0000 |
tree | 91ce8cff93b6ced7f9348bc4cc14e7e787fec635 | |
parent | bc494872b8ba6862e59035a643430d764a3a4b2a [diff] [blame] |
PR: 2220 Fixes to make OpenSSL compile with no-rc4
diff --git a/ssl/ssltest.c b/ssl/ssltest.c index abf214a..ed01651 100644 --- a/ssl/ssltest.c +++ b/ssl/ssltest.c
@@ -484,8 +484,8 @@ int comp = 0; #ifndef OPENSSL_NO_COMP COMP_METHOD *cm = NULL; -#endif STACK_OF(SSL_COMP) *ssl_comp_methods = NULL; +#endif int test_cipherlist = 0; verbose = 0;