remove redundant asign. from David Hill
authortedu <tedu@openbsd.org>
Thu, 24 Apr 2014 04:45:43 +0000 (04:45 +0000)
committertedu <tedu@openbsd.org>
Thu, 24 Apr 2014 04:45:43 +0000 (04:45 +0000)
lib/libssl/s3_clnt.c
lib/libssl/src/ssl/s3_clnt.c

index f740f7e..0cd40f3 100644 (file)
@@ -2793,7 +2793,6 @@ ssl3_send_client_certificate(SSL *s)
                /* If we get an error, we need to
                 * ssl->rwstate=SSL_X509_LOOKUP; return(-1);
                 * We then get retied later */
-               i = 0;
                i = ssl_do_client_cert_cb(s, &x509, &pkey);
                if (i < 0) {
                        s->rwstate = SSL_X509_LOOKUP;
index f740f7e..0cd40f3 100644 (file)
@@ -2793,7 +2793,6 @@ ssl3_send_client_certificate(SSL *s)
                /* If we get an error, we need to
                 * ssl->rwstate=SSL_X509_LOOKUP; return(-1);
                 * We then get retied later */
-               i = 0;
                i = ssl_do_client_cert_cb(s, &x509, &pkey);
                if (i < 0) {
                        s->rwstate = SSL_X509_LOOKUP;