diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-04-24 04:45:44 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-04-24 04:45:44 +0000 |
commit | 463b6e3c81aa8f01e9b4ce23a31c478469224fe8 (patch) | |
tree | 2395f421284169e5180f00b359b5b1201788859a | |
parent | 8de381d52ddae476babda225fd7fe891c92de19b (diff) |
remove redundant asign. from David Hill
-rw-r--r-- | lib/libssl/s3_clnt.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |