summaryrefslogtreecommitdiff
path: root/src/encryption.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/encryption.c')
-rw-r--r--src/encryption.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/encryption.c b/src/encryption.c
index c86adfa..6df1ff3 100644
--- a/src/encryption.c
+++ b/src/encryption.c
@@ -545,7 +545,7 @@ int genpassword(char **str, unsigned int words) {
545/** 545/**
546 * @brief sodium_malloc wrapper. 546 * @brief sodium_malloc wrapper.
547 * 547 *
548 * Calls `error()` or `abort()` depnding on the value of `___VXGG___XALLOC_EXIT_ON_ERROR___`. Will make sure libsodium is initialized if `___VXGG___ALWAYS_CHECK_LIBSODIUM___ > 0` 548 * Calls `error()` or `abort()` depnding on the value of `___VXGG___VXALLOC_EXIT_ON_ERROR___`. Will make sure libsodium is initialized if `___VXGG___ALWAYS_CHECK_LIBSODIUM___ > 0`
549 * 549 *
550 * @param size 550 * @param size
551 * @retval (void*) A pointer to some data allocated via `sodium_malloc()` 551 * @retval (void*) A pointer to some data allocated via `sodium_malloc()`