aboutsummaryrefslogtreecommitdiffstats
path: root/librecrypt_add_algorithm.3
diff options
context:
space:
mode:
Diffstat (limited to '')
-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