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