From 0c19d693bfe1dd3071c71d9d95f68c0db5cc75d0 Mon Sep 17 00:00:00 2001 From: "@syxhe" Date: Sat, 11 Jan 2025 19:39:53 -0600 Subject: Fix genpassword function, delete buggy (v)asprintf implementation(s) --- src/encryption.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/encryption.h') diff --git a/src/encryption.h b/src/encryption.h index 2c8f976..01aa704 100644 --- a/src/encryption.h +++ b/src/encryption.h @@ -4,7 +4,7 @@ // Determines whether any function that calls libsodium functions also checks to make sure libsodium is actually initialized. May // cause unexpected issues with early exiting due to libsodium failing to initialize properly. It's recommended that you just // manually run `sodium_init()` in some main or init function of your own so that you can deal with a potential error yourself -#define ___VXGG___ALWAYS_CHECK_LIBSODIUM___ 1 +#define ___VXGG___ALWAYS_CHECK_LIBSODIUM___ 0 #if defined ___VXGG___ALWAYS_CHECK_LIBSODIUM___ && ___VXGG___ALWAYS_CHECK_LIBSODIUM___ > 0 -- cgit v1.2.3