]> wimlib.net Git - wimlib/blobdiff - src/util.c
Comments; check SHA1 md in extract_wim_resource_to_fd()
[wimlib] / src / util.c
index 9fbca12d14d68028498361c4b80fd97252f5f42a..e5b0d9e7ad586728387a06dd18f7c1f5515707f6 100644 (file)
@@ -143,6 +143,8 @@ static const char *error_strings[] = {
                = "The WIM's integrity table is invalid",
        [WIMLIB_ERR_INVALID_PARAM] 
                = "An invalid parameter was given",
+       [WIMLIB_ERR_INVALID_RESOURCE_HASH]
+               = "The SHA1 message digest of a WIM resource did not match the expected value",
        [WIMLIB_ERR_INVALID_RESOURCE_SIZE] 
                = "A resource entry in the WIM is invalid",
        [WIMLIB_ERR_LINK]