summaryrefslogtreecommitdiffstats
path: root/chksums/sha256.h
diff options
context:
space:
mode:
Diffstat (limited to 'chksums/sha256.h')
-rw-r--r--chksums/sha256.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chksums/sha256.h b/chksums/sha256.h
index 3cd57a4e..bdfcaa44 100644
--- a/chksums/sha256.h
+++ b/chksums/sha256.h
@@ -36,5 +36,5 @@ typedef struct SHA256 {
} SHA256_t;
void SHA256_init(SHA256_t *);
-void SHA256_update(SHA256_t *, const void *, size_t);
+void SHA256_update(SHA256_t *, const unsigned char *, size_t);
void SHA256_final(SHA256_t *, unsigned char *);