diff options
-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 |