summaryrefslogtreecommitdiff
path: root/src/encryption.c
diff options
context:
space:
mode:
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
commit5a5e604eac5cf7473c2d129b38b517dc1968c441 (patch)
tree34e87a69b4fd0b72a7c2d6db24a601eecfa6ad97 /src/encryption.c
parent227bc3560762ae770564fcd8bad36b334696bb0b (diff)
Use GNU macro (v)asprintf only if _GNU_SOURCE is defined
Diffstat (limited to 'src/encryption.c')
-rw-r--r--src/encryption.c2
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