aboutsummaryrefslogtreecommitdiffstats
path: root/librecrypt_add_algorithm.3
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-05-14 15:55:33 +0200
committerMattias Andrée <m@maandree.se>2026-05-14 15:55:33 +0200
commit4e6f25806e3c9fa4753ce959ef990167796acd32 (patch)
treee641de9953f5b58afc1f36efe9c42a0d20254cd2 /librecrypt_add_algorithm.3
parentFix libtest and add file descriptor leak detection (diff)
downloadlibrecrypt-4e6f25806e3c9fa4753ce959ef990167796acd32.tar.gz
librecrypt-4e6f25806e3c9fa4753ce959ef990167796acd32.tar.bz2
librecrypt-4e6f25806e3c9fa4753ce959ef990167796acd32.tar.xz
Tests and fixes
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'librecrypt_add_algorithm.3')
-rw-r--r--librecrypt_add_algorithm.34
1 files changed, 2 insertions, 2 deletions
diff --git a/librecrypt_add_algorithm.3 b/librecrypt_add_algorithm.3
index 0bb6566..2c7b365 100644
--- a/librecrypt_add_algorithm.3
+++ b/librecrypt_add_algorithm.3
@@ -6,8 +6,8 @@ librecrypt_add_algorithm - Append an algorithm chain to a password hash string
.nf
#include <librecrypt.h>
-ssize_t \fBlibrecrypt_add_algorithm\fP(char *restrict \fIout_buffer\fP, size_t \fIsize\fP,
- char *\fIaugend\fP, const char *restrict \fIaugment\fP,
+ssize_t \fBlibrecrypt_add_algorithm\fP(char *\fIout_buffer\fP, size_t \fIsize\fP,
+ const char *\fIaugend\fP, const char *restrict \fIaugment\fP,
void *\fIreserved\fP);
.fi
.PP