Remove unused variable 'prev_slash' that I accidentily added.
authorBodo Möller <bodo@openssl.org>
Fri, 30 Mar 2001 10:50:27 +0000 (10:50 +0000)
committerBodo Möller <bodo@openssl.org>
Fri, 30 Mar 2001 10:50:27 +0000 (10:50 +0000)
apps/s_server.c

index 6b1ba350840b82260d36451eb7a9ebf80ec7492f..2e61799fde7b826e3c1bc6398f56bc64ade1634e 100644 (file)
@@ -1349,7 +1349,6 @@ static int www_body(char *hostname, int s, unsigned char *context)
                        BIO *file;
                        char *p,*e;
                        static char *text="HTTP/1.0 200 ok\r\nContent-type: text/plain\r\n\r\n";
-                       int prev_slash;
 
                        /* skip the '/' */
                        p= &(buf[5]);