]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Revert "CI: Pass in -Wno-error=deprecated-declarations to LIB_ALT build for now"
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 23 Dec 2021 01:34:42 +0000 (19:34 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 23 Dec 2021 01:34:42 +0000 (19:34 -0600)
This reverts commit 78f814cc8f99ca69f74a6886ec327bd067fa7415.

.github/workflows/ci.yml

index 2fcde5776628527c555035fea1b76824e361c258..7a4551548a041f6c09ce36b638054737b537b128 100644 (file)
@@ -254,8 +254,6 @@ jobs:
         elif [ -d /opt/openssl ]; then
             export PATH=/opt/openssl/bin:$PATH
             build_paths="--with-openssl-lib-dir=/opt/openssl/lib64 --with-openssl-include-dir=/opt/openssl/include"
-            # Remove the following once port to the OpenSSL 3 API is complete
-            BUILD_CFLAGS="$BUILD_CFLAGS -Wno-error=deprecated-declarations"
         fi
         CFLAGS="${BUILD_CFLAGS}" ./configure -C \
             --enable-werror \