mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2026-05-23 04:03:57 +02:00
eap-wsc: Fix build issue with missing _GNU_SOURCE
CC src/eap-wsc.o
src/eap-wsc.c: In function ‘encrypted_settings_decrypt’:
src/eap-wsc.c:258:9: error: implicit declaration of function ‘explicit_bzero’ [-Wimplicit-function-declaration]
258 | explicit_bzero(decrypted, encrypted_len);
| ^~~~~~~~~~~~~~
This commit is contained in:
parent
1c7933296b
commit
f6bcb01d40
@ -24,6 +24,7 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define _GNU_SOURCE
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user