diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2021-01-10 09:28:31 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2021-01-10 09:28:31 +0000 |
commit | 0f878ad3242a9fac2225b725cf884f8ce4649638 (patch) | |
tree | 894919c18efdb35ea7c972c06cecbda6391236db | |
parent | a9721e5ff039cca02cab4912a8749d2562ea8aac (diff) |
tweak a comment
-rw-r--r-- | regress/lib/libssl/unit/ssl_get_shared_ciphers.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libssl/unit/ssl_get_shared_ciphers.c b/regress/lib/libssl/unit/ssl_get_shared_ciphers.c index f83da3e2fa1..e8026217cee 100644 --- a/regress/lib/libssl/unit/ssl_get_shared_ciphers.c +++ b/regress/lib/libssl/unit/ssl_get_shared_ciphers.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssl_get_shared_ciphers.c,v 1.1 2021/01/10 07:30:00 tb Exp $ */ +/* $OpenBSD: ssl_get_shared_ciphers.c,v 1.2 2021/01/10 09:28:30 tb Exp $ */ /* * Copyright (c) 2021 Theo Buehler <tb@openbsd.org> * @@ -334,7 +334,7 @@ handshake_loop(SSL *client_ssl, int *client_ret, SSL *server_ssl, /* * Alternate between loops of SSL_connect() and SSL_accept() as long as only * WANT_READ and WANT_WRITE situations are encountered. A function is repeated - * while WANT_WRITE is returned or it succeeds, then it's the other functions + * until WANT_READ is returned or it succeeds, then it's the other functions * turn to make progress. Success: both functions returned 1. */ static int |