diff options
author | Hugo Landau <hlandau@openssl.org> | 2023-02-23 05:02:29 +0000 |
---|---|---|
committer | Hugo Landau <hlandau@openssl.org> | 2023-03-30 11:14:10 +0100 |
commit | c4208a6a983278316c6615980f335f685c0be472 (patch) | |
tree | d12b534e6eba7783cd08a9bbed9584e7d0ab6ef6 /include/internal/quic_thread_assist.h | |
parent | 1dd04a0fe2ffc4104db5198543ed0ec5895e9651 (diff) | |
download | openssl-new-c4208a6a983278316c6615980f335f685c0be472.tar.gz |
QUIC Thread Assisted Mode: Fix typos and use of CRYPTO_RWLOCK type
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20348)
Diffstat (limited to 'include/internal/quic_thread_assist.h')
-rw-r--r-- | include/internal/quic_thread_assist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/internal/quic_thread_assist.h b/include/internal/quic_thread_assist.h index 94fcaec004..7d1b47453a 100644 --- a/include/internal/quic_thread_assist.h +++ b/include/internal/quic_thread_assist.h @@ -30,7 +30,7 @@ * SSL_tick() is called on time. This is not needed if the application always * has a call blocking to SSL_read() or SSL_write() (or another I/O function) on * a QUIC SSL object, but if the application goes for long periods of time - * without makingany such call to a QUIC SSL object, libssl cannot ordinarily + * without making any such call to a QUIC SSL object, libssl cannot ordinarily * guarantee that QUIC timeout events will be serviced in a timely fashion. * Thread assisted mode is therefore of use to applications which do not always * have an ongoing call to an I/O function on a QUIC SSL object but also do not |