Comments.
[openssl.git] / apps / s_server.c
index a78a4bcd7b02dbb5191a4e69ac3cc7c4dcf3a89d..9a81418cda847412ccb0817f08f6387640d149fa 100644 (file)
@@ -169,8 +169,8 @@ static char *s_dcert_file=NULL,*s_dkey_file=NULL;
 static int s_nbio=0;
 #endif
 static int s_nbio_test=0;
 static int s_nbio=0;
 #endif
 static int s_nbio_test=0;
-#ifdef APPS_CRLF
-       int s_crlf=0;
+#ifdef APPS_CRLF /* won't be #ifdef'd in next release */
+int s_crlf=0;
 #endif
 static SSL_CTX *ctx=NULL;
 static int www=0;
 #endif
 static SSL_CTX *ctx=NULL;
 static int www=0;