]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix a compilation failure in AIX
authorMatt Caswell <matt@openssl.org>
Fri, 28 Feb 2025 11:52:08 +0000 (11:52 +0000)
committerNeil Horman <nhorman@openssl.org>
Tue, 4 Mar 2025 14:02:15 +0000 (09:02 -0500)
commit5eb55ad8a70ef948432ba17e0985c7b4d3b13c25
treea80e6ac634309517b280da6d799570177cf89d6a
parentac80e1e15dcd13c61392a706170c427250c7bb69
Fix a compilation failure in AIX

AIX (at least for 7.1)  defines some macros for "events" and "revents" which
interferes with our own use of these names.

Fixes #24236

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26933)
ssl/rio/poll_immediate.c