aboutsummaryrefslogtreecommitdiffstats
path: root/libsha2_digest.3
diff options
context:
space:
mode:
Diffstat (limited to 'libsha2_digest.3')
-rw-r--r--libsha2_digest.32
1 files changed, 1 insertions, 1 deletions
diff --git a/libsha2_digest.3 b/libsha2_digest.3
index dac48b4..37d1199 100644
--- a/libsha2_digest.3
+++ b/libsha2_digest.3
@@ -5,7 +5,7 @@ libsha2_digest \- Get the result of a SHA 2 hashing
.nf
#include <libsha2.h>
-void libsha2_digest(struct libsha2_state *restrict \fIstate\fP, const char *\fImessage\fP, size_t \fImsglen\fP, char *\fIoutput\fP);
+void libsha2_digest(struct libsha2_state *restrict \fIstate\fP, const void *\fImessage\fP, size_t \fImsglen\fP, void *\fIoutput\fP);
.fi
.PP
Link with