summaryrefslogtreecommitdiff
path: root/providers
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2023-03-07 15:21:16 +0100
committerRichard Levitte <levitte@openssl.org>2023-03-07 15:24:54 +0100
commit12c4e67675e691d7556a526aa062effff05a6532 (patch)
treea9bc1d1c027fcd49b146eb3159f9af838e7a603a /providers
parenta8681703d48d062c2fc1736179218063275f8e33 (diff)
downloadopenssl-new-12c4e67675e691d7556a526aa062effff05a6532.tar.gz
test//bio_dgram_test.c: Skip test when BIO_bind() fails
This test isn't supposed to test BIO_bind() itself, so we can be a bit sloppy and assume that it fails because the attempted binding is not supported on the platform where this is run. For example, BIO_bind() fails when it's given an IPv6 address and the platform where this is run doesn't support that address family. In a case like this, it's sensible enough to simply skip the test when BIO_bind() fails. Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20449)
Diffstat (limited to 'providers')
0 files changed, 0 insertions, 0 deletions