summaryrefslogtreecommitdiffstats
path: root/crypto/thread
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-03-21 15:19:34 +0000
committerHugo Landau <hlandau@openssl.org>2023-03-30 11:14:16 +0100
commit9cf091a3c5f34277dca1cac979c7d632c7236d7b (patch)
tree83eece0baa57348f49e692291c510ba0de194689 /crypto/thread
parent6c091ca968f4c62744a5161d54f2c2dd89a76993 (diff)
QUIC Thread Assisted mode: miscellaneous fixes
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 'crypto/thread')
-rw-r--r--crypto/thread/arch/thread_win.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/thread/arch/thread_win.c b/crypto/thread/arch/thread_win.c
index f647c68c0a..7f44d1f5cf 100644
--- a/crypto/thread/arch/thread_win.c
+++ b/crypto/thread/arch/thread_win.c
@@ -160,7 +160,6 @@ static int determine_timeout(OSSL_TIME deadline, DWORD *w_timeout_p)
ms = ossl_time2ms(delta);
-
/*
* Amount of time we want to wait is too long for the 32-bit argument to
* the Win32 API, so just wait as long as possible.
@@ -288,7 +287,7 @@ void ossl_crypto_condvar_free(CRYPTO_CONDVAR **cv)
*cv_p = NULL;
}
-#endif
+# endif
void ossl_crypto_mem_barrier(void)
{