Skip to content

Commit

Permalink
QUIC APL: Revise SSL_pending and SSL_has_pending handling for s_clien…
Browse files Browse the repository at this point in the history
…t compat

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from #23995)
  • Loading branch information
hlandau committed Apr 19, 2024
1 parent fc6e537 commit 96b572f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssl/quic/quic_impl.c
Original file line number Diff line number Diff line change
Expand Up @@ -2645,7 +2645,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;
Expand Down

0 comments on commit 96b572f

Please sign in to comment.