Compare encodings in X509_cmp as well as hash.
[openssl.git] / 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