summaryrefslogtreecommitdiff
path: root/src/regress/lib
diff options
context:
space:
mode:
authortb <>2021-01-10 09:28:30 +0000
committertb <>2021-01-10 09:28:30 +0000
commit187dcf56d95a3737009285201373f7ba348530ee (patch)
tree16bd63b79b30f8772c039b4a11fe464c7446cb87 /src/regress/lib
parent28f67d9d58bf73760f60ae7edbf4ab7f814a93b1 (diff)
downloadopenbsd-187dcf56d95a3737009285201373f7ba348530ee.tar.gz
openbsd-187dcf56d95a3737009285201373f7ba348530ee.tar.bz2
openbsd-187dcf56d95a3737009285201373f7ba348530ee.zip
tweak a comment
Diffstat (limited to 'src/regress/lib')
-rw-r--r--src/regress/lib/libssl/unit/ssl_get_shared_ciphers.c4
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 */
340static int 340static int