diff options
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 |
