The fixed CPU architecture in the Makefile will make failure on ppc64le.
[fio.git] / crc / sha1.h
index 14af44a922a70686bc96c4477c3ca202761b947e..75317f76c6f553621862073ed8d5a21dc29e1f32 100644 (file)
@@ -15,6 +15,6 @@ struct fio_sha1_ctx {
 
 void fio_sha1_init(struct fio_sha1_ctx *);
 void fio_sha1_update(struct fio_sha1_ctx *, const void *dataIn, unsigned long len);
-void fio_sha1_final(unsigned char hashout[20], struct fio_sha1_ctx *);
+void fio_sha1_final(struct fio_sha1_ctx *);
 
 #endif