From: tedu Date: Thu, 24 Apr 2014 04:45:43 +0000 (+0000) Subject: remove redundant asign. from David Hill X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=49eb63e9185b379021038e23f7e7c81c2782fa46;p=openbsd remove redundant asign. from David Hill --- diff --git a/lib/libssl/s3_clnt.c b/lib/libssl/s3_clnt.c index f740f7e139d..0cd40f3a2d0 100644 --- a/lib/libssl/s3_clnt.c +++ b/lib/libssl/s3_clnt.c @@ -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; diff --git a/lib/libssl/src/ssl/s3_clnt.c b/lib/libssl/src/ssl/s3_clnt.c index f740f7e139d..0cd40f3a2d0 100644 --- a/lib/libssl/src/ssl/s3_clnt.c +++ b/lib/libssl/src/ssl/s3_clnt.c @@ -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;