]> git.ipfire.org Git - thirdparty/openssl.git/commit
QUIC TSERVER: Use a random port in the tserver test
authorHugo Landau <hlandau@openssl.org>
Tue, 2 May 2023 17:21:07 +0000 (18:21 +0100)
committerHugo Landau <hlandau@openssl.org>
Wed, 24 May 2023 09:34:47 +0000 (10:34 +0100)
commit1a0de4c1eea1f32a3e1113add26625d49b3854d8
tree6783c6ed6713f051406131b0dddb328c556d953b
parent7ba8f79a0ff5f085c9f1b4471496180c052360f5
QUIC TSERVER: Use a random port in the tserver test

Fixes nondeterministic failures where BIO_bind would fail on some
platforms.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20856)
test/quic_tserver_test.c