Remove unused variable.
authorBen Laurie <ben@links.org>
Mon, 21 Oct 2013 02:34:00 +0000 (03:34 +0100)
committerBen Laurie <ben@links.org>
Mon, 21 Oct 2013 02:34:00 +0000 (03:34 +0100)
ssl/s23_clnt.c

index ad4145b5876475d215481d6b4fc78a791aa645a5..3aae2200ec40d037b776c47ac08927c68fd72331 100644 (file)
@@ -296,7 +296,7 @@ static int ssl23_client_hello(SSL *s)
        unsigned char *buf;
        unsigned char *p,*d;
        int i,ch_len;
-       unsigned long Time,l;
+       unsigned long l;
        int ssl2_compat;
        int version = 0, version_major, version_minor;
 #ifndef OPENSSL_NO_COMP