diff options
| author | @syxhe <https://t.me/syxhe> | 2025-01-06 21:19:38 -0600 |
|---|---|---|
| committer | @syxhe <https://t.me/syxhe> | 2025-01-06 21:19:38 -0600 |
| commit | 5a5e604eac5cf7473c2d129b38b517dc1968c441 (patch) | |
| tree | 34e87a69b4fd0b72a7c2d6db24a601eecfa6ad97 /src/encryption.c | |
| parent | 227bc3560762ae770564fcd8bad36b334696bb0b (diff) | |
Use GNU macro (v)asprintf only if _GNU_SOURCE is defined
Diffstat (limited to 'src/encryption.c')
| -rw-r--r-- | src/encryption.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/encryption.c b/src/encryption.c index c74c07e..f7fdcd4 100644 --- a/src/encryption.c +++ b/src/encryption.c | |||
| @@ -1,5 +1,3 @@ | |||
| 1 | #define _GNU_SOURCE | ||
| 2 | |||
| 3 | #include "encryption.h" | 1 | #include "encryption.h" |
| 4 | #include "shared.h" | 2 | #include "shared.h" |
| 5 | 3 | ||
