Skip to content

Commit

Permalink
Update a stale comment and fix a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
botovq committed Apr 11, 2021
1 parent 671bdff commit 8243b58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/libssl/ssl_clnt.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* $OpenBSD: ssl_clnt.c,v 1.89 2021/03/27 17:56:28 tb Exp $ */
/* $OpenBSD: ssl_clnt.c,v 1.90 2021/04/11 07:06:01 tb Exp $ */
/* Copyright (C) 1995-1998 Eric Young ([email protected])
* All rights reserved.
*
@@ -2659,8 +2659,8 @@ ssl3_send_client_certificate(SSL *s)
if (S3I(s)->hs.state == SSL3_ST_CW_CERT_B) {
/*
* If we get an error, we need to
* ssl->rwstate=SSL_X509_LOOKUP; return(-1);
* We then get retied later
* ssl->internal->rwstate = SSL_X509_LOOKUP; return(-1);
* We then get retried later.
*/
i = ssl_do_client_cert_cb(s, &x509, &pkey);
if (i < 0) {

0 comments on commit 8243b58

Please sign in to comment.