]> 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)
committerViktor Dukhovni <openssl-users@dukhovni.org>
Wed, 11 Sep 2024 08:35:22 +0000 (18:35 +1000)
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 10c1ee859e7031aa10b5190a06c721b23d228448..1baee34a1e56442e610de4e24097e73a8b226bf2 100644 (file)
@@ -2647,7 +2647,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;