Add sha256 and sha512 checksums
[fio.git] / options.c
index 35a08d3aa6554a238f457966922993708b3b9db7..9ba9ca566802eea7743b1ec9d177024d2938d6fc 100644 (file)
--- a/options.c
+++ b/options.c
@@ -621,6 +621,14 @@ static struct fio_option options[] = {
                            .oval = VERIFY_CRC7,
                            .help = "Use crc7 checksums for verification",
                          },
+                         { .ival = "sha256",
+                           .oval = VERIFY_SHA256,
+                           .help = "Use sha256 checksums for verification",
+                         },
+                         { .ival = "sha512",
+                           .oval = VERIFY_SHA512,
+                           .help = "Use sha512 checksums for verification",
+                         },
                          {
                            .ival = "null",
                            .oval = VERIFY_NULL,