]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/ap/wpa_auth.c
Fix compiler issue with CONFIG_TESTING_OPTIONS
authorDavid Messer <david.messer@garmin.com>
Wed, 31 Jan 2018 16:01:00 +0000 (11:01 -0500)
committerJouni Malinen <j@w1.fi>
Sat, 3 Feb 2018 10:41:09 +0000 (12:41 +0200)
commit82424732af16c988dfb4c2074f968d832ddf9535
tree5b575130fc357de2fe97cad2a5fd210dee888b13
parentebf4043739e4619bce0f249a7b1f5437f6e3e754
Fix compiler issue with CONFIG_TESTING_OPTIONS

Use the preprocessor conditional "ifdef" instead of "if" before
CONFIG_TESTING_OPTIONS to prevent an issue on build systems that treat
undefined preprocessor identifiers as an error.

Signed-off-by: David Messer <david.messer@garmin.com>
src/ap/wpa_auth.c