[openssl/openssl] 3cbff8: Don’t use the recvmmsg dgram method on Android <5
Yavor Georgiev
noreply at github.com
Fri Mar 22 16:01:54 UTC 2024
Branch: refs/heads/openssl-3.2
Home: https://github.com/openssl/openssl
Commit: 3cbff861f3f7bfea4f7058433eba7a3c52f47fa0
https://github.com/openssl/openssl/commit/3cbff861f3f7bfea4f7058433eba7a3c52f47fa0
Author: Yavor Georgiev <fealebenpae at gmail.com>
Date: 2024-03-22 (Fri, 22 Mar 2024)
Changed paths:
M crypto/bio/bss_dgram.c
Log Message:
-----------
Don’t use the recvmmsg dgram method on Android <5
recvmmsg and sendmmsg were only added to Android’s C library in version 5, starting with API Level 21.
Reviewed-by: Neil Horman <nhorman at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23754)
(cherry picked from commit 24109dca5a793d58c68a346db5b21746079ec317)
To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications
More information about the openssl-commits
mailing list