PR: 2220

Fixes to make OpenSSL compile with no-rc4
diff --git a/apps/apps.c b/apps/apps.c
index 3edb76c..200f196 100644
--- a/apps/apps.c
+++ b/apps/apps.c
@@ -923,7 +923,7 @@
 				&pkey, NULL, NULL))
 			goto end;
 		}
-#if !defined(OPENSSL_NO_RSA) && !defined(OPENSSL_NO_DSA)
+#if !defined(OPENSSL_NO_RSA) && !defined(OPENSSL_NO_DSA) && !defined (OPENSSL_NO_RC4)
 	else if (format == FORMAT_MSBLOB)
 		pkey = b2i_PrivateKey_bio(key);
 	else if (format == FORMAT_PVK)