diff options
Diffstat (limited to 'libsha2_behex_lower.3')
-rw-r--r-- | libsha2_behex_lower.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libsha2_behex_lower.3 b/libsha2_behex_lower.3 index 7882aa7..7d2a1f1 100644 --- a/libsha2_behex_lower.3 +++ b/libsha2_behex_lower.3 @@ -5,7 +5,7 @@ libsha2_behex_lower \- Convert binary to lower case hexadecimal .nf #include <libsha2.h> -void libsha2_behex_lower(char *restrict \fIoutput\fP, const char *restrict \fIhashsum\fP, size_t \fIn\fP); +void libsha2_behex_lower(char *restrict \fIoutput\fP, const void *restrict \fIhashsum\fP, size_t \fIn\fP); .fi .PP Link with |