summaryrefslogtreecommitdiff
path: root/src/encryption.c
diff options
context:
space:
mode:
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