]> git.ipfire.org Git - thirdparty/hostap.git/commit
Get rid of multiple MIN macros
authorAndrei Otcheretianski <andrei.otcheretianski@intel.com>
Wed, 10 Jan 2024 14:50:27 +0000 (16:50 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 14 Jan 2024 18:13:20 +0000 (20:13 +0200)
commitabc239a0b0862155ba56dcec0b0766dd6c3832f7
tree32f8b4f02e00278aeb6cc5a6429516bf91e1a071
parent5290523db34634c0f4dd25121a42961ca7b9d7a8
Get rid of multiple MIN macros

There are multiple redundant MIN macro declarations, some of which are
not protecting against side effects. Move it to common.h instead.

Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
src/ap/wmm.c
src/crypto/sha256-internal.c
src/crypto/sha512-internal.c
src/tls/libtommath.c
src/utils/common.h
wpa_supplicant/scan.c