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;