diff options
Diffstat (limited to 'librecrypt.h')
| -rw-r--r-- | librecrypt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/librecrypt.h b/librecrypt.h index 5218152..550dacc 100644 --- a/librecrypt.h +++ b/librecrypt.h @@ -800,9 +800,9 @@ int librecrypt_test_supported(const char *phrase, size_t len, int text, const ch * * This function is MT-Safe but AS-Unsafe */ -LIBRECRYPT_WRITE_MEM__(1, 2) LIBRECRYPT_READ_WRITE_STR__(3) LIBRECRYPT_READ_STR__(4) +LIBRECRYPT_WRITE_MEM__(1, 2) LIBRECRYPT_READ_STR__(3) LIBRECRYPT_READ_STR__(4) LIBRECRYPT_NONNULL_I__(3) LIBRECRYPT_NONNULL_I__(4) LIBRECRYPT_WUR__ -ssize_t librecrypt_add_algorithm(char *out_buffer, size_t size, char *augend, +ssize_t librecrypt_add_algorithm(char *out_buffer, size_t size, const char *augend, const char *restrict augment, void *reserved); |
