mirror of https://gitee.com/openkylin/wpa.git
2023-04-28-fix openssl 3.0 update cause build wrong
This commit is contained in:
parent
5188410396
commit
0448199260
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue