summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-02-23 06:02:29 +0100
committerHugo Landau <hlandau@openssl.org>2023-03-30 12:14:10 +0200
commitc4208a6a983278316c6615980f335f685c0be472 (patch)
treed12b534e6eba7783cd08a9bbed9584e7d0ab6ef6 /include
parentQUIC Thread Assisted Mode: Support Windows XP (diff)
downloadopenssl-c4208a6a983278316c6615980f335f685c0be472.tar.xz
openssl-c4208a6a983278316c6615980f335f685c0be472.zip
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')
-rw-r--r--include/internal/quic_thread_assist.h2
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