summaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-04-06 11:18:59 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-04-06 11:18:59 +0000
commit00a37b5a9b295c1b55ca9a1c1f207d347ad5b24a (patch)
tree91ce8cff93b6ced7f9348bc4cc14e7e787fec635 /ssl
parentbc494872b8ba6862e59035a643430d764a3a4b2a (diff)
PR: 2220
Fixes to make OpenSSL compile with no-rc4
Diffstat (limited to 'ssl')
-rw-r--r--ssl/ssltest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/ssltest.c b/ssl/ssltest.c
index abf214ad7f..ed01651e62 100644
--- a/ssl/ssltest.c
+++ b/ssl/ssltest.c
@@ -484,8 +484,8 @@ int main(int argc, char *argv[])
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;