From: Arran Cudbard-Bell Date: Sun, 28 May 2023 03:09:16 +0000 (-0500) Subject: macos: eapol_test seems to build against OpenSSL 3.0, albeit with lots of warnings X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=182e6fe91d4c5a66f720506c7349afefef9a64ec;p=thirdparty%2Ffreeradius-server.git macos: eapol_test seems to build against OpenSSL 3.0, albeit with lots of warnings --- diff --git a/scripts/ci/eapol_test/config_osx b/scripts/ci/eapol_test/config_osx index 75cb0cd3f12..e1094277411 100644 --- a/scripts/ci/eapol_test/config_osx +++ b/scripts/ci/eapol_test/config_osx @@ -12,8 +12,8 @@ CFLAGS += -g3 -O0 -Wno-unknown-warning-option -Wno-error=deprecated-declarations -Wno-error=void-pointer-to-enum-cast # Use OpenSSL 1.1 for now as eapol_test doesn't support 3.0.0 (as of master HEAD 2/10/2021) -CFLAGS += -I/usr/local/opt/openssl@1.1/include -I/opt/homebrew/opt/openssl@1.1/include -LIBS += -L/usr/local/opt/openssl@1.1/lib -L/opt/homebrew/opt/openssl@1.1/lib +CFLAGS += -I/usr/local/opt/openssl/include -I/opt/homebrew/opt/openssl/include +LIBS += -L/usr/local/opt/openssl/lib -L/opt/homebrew/opt/openssl/lib # Some Red Hat versions seem to include kerberos header files from OpenSSL, but # the kerberos files are not in the default include path. Following line can be