diff options
| author | @syxhe <https://t.me/syxhe> | 2025-10-21 22:57:46 -0500 |
|---|---|---|
| committer | @syxhe <https://t.me/syxhe> | 2025-10-21 22:57:46 -0500 |
| commit | 13f8225fed47f3451bc8d601657cdfdf1c3379a6 (patch) | |
| tree | 9a4e784c83e043c743ce16dca0c078ef91a4e84b /src/encryption.c | |
| parent | 129b7312400a69b995b67fd2feb3f915b7f20555 (diff) | |
Touch up code in shared.c
Diffstat (limited to 'src/encryption.c')
| -rw-r--r-- | src/encryption.c | 2 |
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()` |
