]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix BIO_sendmmsg/BIO_recvmmsg issues on FreeBSD
authorHugo Landau <hlandau@openssl.org>
Wed, 7 Sep 2022 16:59:04 +0000 (17:59 +0100)
committerHugo Landau <hlandau@openssl.org>
Thu, 8 Sep 2022 16:23:23 +0000 (17:23 +0100)
commit07687790a055a039bba93ee00ac970c9710f0669
tree399870d00c425f69d15cdecc22ffbfc985b93db8
parent7f4c65749f7e9e687d5aa38e9b3fb548705511b9
Fix BIO_sendmmsg/BIO_recvmmsg issues on FreeBSD

Fixes #19156.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19164)
crypto/bio/bss_dgram.c