]> granicus.if.org Git - openssl/commitdiff
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:37:20 +0000 (03:37 +0100)
ssl/s23_clnt.c

index af4fffe67d1c814b37278ec586a81125888d3272..fa20c1c3bd7b4c5f02cfb1a35e97a88580476876 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