diff options
| author | tb <> | 2021-01-10 09:28:30 +0000 |
|---|---|---|
| committer | tb <> | 2021-01-10 09:28:30 +0000 |
| commit | a36268cf32a8d97fb12600311bbc8e303b94c69e (patch) | |
| tree | 16bd63b79b30f8772c039b4a11fe464c7446cb87 /src | |
| parent | 438af9dad42886f28209522bf76e1a0135606c94 (diff) | |
| download | openbsd-a36268cf32a8d97fb12600311bbc8e303b94c69e.tar.gz openbsd-a36268cf32a8d97fb12600311bbc8e303b94c69e.tar.bz2 openbsd-a36268cf32a8d97fb12600311bbc8e303b94c69e.zip | |
tweak a comment
Diffstat (limited to 'src')
| -rw-r--r-- | src/regress/lib/libssl/unit/ssl_get_shared_ciphers.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/unit/ssl_get_shared_ciphers.c b/src/regress/lib/libssl/unit/ssl_get_shared_ciphers.c index f83da3e2fa..e8026217ce 100644 --- a/src/regress/lib/libssl/unit/ssl_get_shared_ciphers.c +++ b/src/regress/lib/libssl/unit/ssl_get_shared_ciphers.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ssl_get_shared_ciphers.c,v 1.1 2021/01/10 07:30:00 tb Exp $ */ | 1 | /* $OpenBSD: ssl_get_shared_ciphers.c,v 1.2 2021/01/10 09:28:30 tb Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2021 Theo Buehler <tb@openbsd.org> | 3 | * Copyright (c) 2021 Theo Buehler <tb@openbsd.org> |
| 4 | * | 4 | * |
| @@ -334,7 +334,7 @@ handshake_loop(SSL *client_ssl, int *client_ret, SSL *server_ssl, | |||
| 334 | /* | 334 | /* |
| 335 | * Alternate between loops of SSL_connect() and SSL_accept() as long as only | 335 | * Alternate between loops of SSL_connect() and SSL_accept() as long as only |
| 336 | * WANT_READ and WANT_WRITE situations are encountered. A function is repeated | 336 | * WANT_READ and WANT_WRITE situations are encountered. A function is repeated |
| 337 | * while WANT_WRITE is returned or it succeeds, then it's the other functions | 337 | * until WANT_READ is returned or it succeeds, then it's the other functions |
| 338 | * turn to make progress. Success: both functions returned 1. | 338 | * turn to make progress. Success: both functions returned 1. |
| 339 | */ | 339 | */ |
| 340 | static int | 340 | static int |
