]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
QUIC APL: Revise SSL_pending and SSL_has_pending handling for s_client compat
authorHugo Landau <hlandau@openssl.org>
Thu, 28 Mar 2024 09:00:13 +0000 (09:00 +0000)
committerNeil Horman <nhorman@openssl.org>
Mon, 17 Feb 2025 16:27:32 +0000 (11:27 -0500)
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23995)

ssl/quic/quic_impl.c

index 3a9663c8397d0e9494b5113cd75d406aa3696c24..6904d45acc2ae2783643fd0f41f603255eaa5c16 100644 (file)
@@ -2660,7 +2660,7 @@ int ossl_quic_write_flags(SSL *s, const void *buf, size_t len,
         if (!expect_quic(s, &ctx))
             return 0;
 
-        quic_lock_for_io(&ctx);
+        qctx_lock_for_io(&ctx);
     } else {
         if (!expect_quic_with_stream_lock(s, /*remote_init=*/0, /*io=*/1, &ctx))
             return 0;