2023-04-28-fix openssl 3.0 update cause build wrong

This commit is contained in:
wudan@kylinos.cn 2023-04-28 15:00:22 +08:00
parent 5188410396
commit 0448199260
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
wpa (2:2.10-ok1.6) yangtze; urgency=medium
* fix openssl 3.0 update cause build wrong
-- wudan <wudan@kylinos.cn> Fri, 28 Apr 2023 14:54:13 +0800
wpa (2:2.10-ok1.5) yangtze; urgency=medium
* merge patch to fix OpenSSL 3.0

View File

@ -170,7 +170,7 @@ CFLAGS += -DCONFIG_ELOOP_KQUEUE
endif
ifdef CONFIG_EAPOL_TEST
CFLAGS += -Werror -DEAPOL_TEST
CFLAGS += -Werror -Wno-error=deprecated-declarations -DEAPOL_TEST
endif
ifdef CONFIG_CODE_COVERAGE