summaryrefslogtreecommitdiff
path: root/src/encryption.c
diff options
context:
space:
mode:
author@syxhe <https://t.me/syxhe>2025-04-10 18:58:30 -0500
committer@syxhe <https://t.me/syxhe>2025-04-10 18:58:30 -0500
commitd9d142a7ad0bade65b6f8b777259e203dc6d5301 (patch)
tree51e174696bb4397e97b10748a21d67ca5e4f971e /src/encryption.c
parente5454e63a086e549f54c23a686ff300b99a83b58 (diff)
Overhaul makefile
Diffstat (limited to 'src/encryption.c')
-rw-r--r--src/encryption.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/encryption.c b/src/encryption.c
index 4ff37cc..3530eed 100644
--- a/src/encryption.c
+++ b/src/encryption.c
@@ -255,8 +255,7 @@ int decrypttofile(FILE *src, FILE *dst, const unsigned char key[crypto_secretstr
255 255
256int genpassword(char **str, unsigned int words) { 256int genpassword(char **str, unsigned int words) {
257 // Early returns 257 // Early returns
258 if(words < 1) 258 if(words < 1) {return 0;}
259 return 0;
260 #if ___VXGG___ALWAYS_CHECK_LIBSODIUM___ > 0 259 #if ___VXGG___ALWAYS_CHECK_LIBSODIUM___ > 0
261 checksodium(); 260 checksodium();
262 #endif 261 #endif