diff options
| author | Mattias Andrée <m@maandree.se> | 2026-05-16 12:11:02 +0200 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-05-16 12:11:02 +0200 |
| commit | 8ea4c3659a63fa4c5a1b85e2e6650ea2c3a4b91b (patch) | |
| tree | 827cd837787ad59964e9233b73629bb6c7c717a2 /librecrypt_test_supported.3 | |
| parent | m (diff) | |
| download | librecrypt-8ea4c3659a63fa4c5a1b85e2e6650ea2c3a4b91b.tar.gz librecrypt-8ea4c3659a63fa4c5a1b85e2e6650ea2c3a4b91b.tar.bz2 librecrypt-8ea4c3659a63fa4c5a1b85e2e6650ea2c3a4b91b.tar.xz | |
Add "reserved" parameter to a few more functions
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'librecrypt_test_supported.3')
| -rw-r--r-- | librecrypt_test_supported.3 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/librecrypt_test_supported.3 b/librecrypt_test_supported.3 index eb51e2d..6afb068 100644 --- a/librecrypt_test_supported.3 +++ b/librecrypt_test_supported.3 @@ -6,7 +6,8 @@ librecrypt_test_supported - Check whether an algorithm chain is supported .nf #include <librecrypt.h> -int \fBlibrecrypt_test_supported\fP(const char *\fIphrase\fP, size_t \fIlen\fP, int \fItext\fP, const char *\fIsettings\fP); +int \fBlibrecrypt_test_supported\fP(const char *\fIphrase\fP, size_t \fIlen\fP, int \fItext\fP, + const char *\fIsettings\fP, void *\fIreserved\fP); .fi .PP Link with @@ -45,6 +46,11 @@ is zero. If .I text is non-zero, UTF-8 without null bytes is assumed. .PP +The +.I reserved +parameter is reserved for future use and should be +.IR NULL . +.PP If .I phrase is not |
