]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix missing sendmmsg/recvmmsg on AIX
authorTomas Mraz <tomas@openssl.org>
Wed, 16 Oct 2024 08:52:51 +0000 (10:52 +0200)
committerTomas Mraz <tomas@openssl.org>
Wed, 23 Oct 2024 13:19:34 +0000 (15:19 +0200)
commitc5795689c93f95508e8da97d5c766a793bad3b58
tree57b7fb1fba5c4a3a05423c33aff58f31a1bfb315
parent72d3e9bac41302e5bc00db1bef014b0ca810d2cf
Fix missing sendmmsg/recvmmsg on AIX

This at least fixes the build failures on AIX

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25704)
crypto/bio/bss_dgram.c