X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=crc%2Fsha1.h;h=75317f76c6f553621862073ed8d5a21dc29e1f32;hb=8dc1a870973e;hp=14af44a922a70686bc96c4477c3ca202761b947e;hpb=65d0a0aa0c4e5ed39b804f5f83d311093af798c5;p=fio.git diff --git a/crc/sha1.h b/crc/sha1.h index 14af44a9..75317f76 100644 --- a/crc/sha1.h +++ b/crc/sha1.h @@ -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