X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=crc%2Fmd5.h;h=54e350c411f4802ca646ef637dc65571fc36e5ce;hb=2ed0bd1cefe817d44e2f735e2cea41f6253f571d;hp=668f0e933735ccffba14b2ea2206256ac73bc0c8;hpb=25dfa848abbb6c35b4d45fabd5a8e82cb77fb285;p=fio.git diff --git a/crc/md5.h b/crc/md5.h index 668f0e93..54e350c4 100644 --- a/crc/md5.h +++ b/crc/md5.h @@ -23,6 +23,7 @@ struct fio_md5_ctx { }; extern void fio_md5_update(struct fio_md5_ctx *, const uint8_t *, unsigned int); +extern void fio_md5_final(struct fio_md5_ctx *); extern void fio_md5_init(struct fio_md5_ctx *); #endif