From 66502883e5f6cc6f549d5db27c1d83f282408a36 Mon Sep 17 00:00:00 2001 From: gforney Date: Fri, 16 Jan 2026 21:33:20 -0500 Subject: [PATCH] smokeview source: change the default checksum mode to sha256 to be consistent with hash version reported by github --- Source/shared/string_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/shared/string_util.c b/Source/shared/string_util.c index a2737368f..e34879047 100644 --- a/Source/shared/string_util.c +++ b/Source/shared/string_util.c @@ -2081,7 +2081,7 @@ int IsCommonOption(char *argi){ common_opts ParseCommonOptions(int argc, char **argv){ int i, no_minus,first_arg=0; - common_opts opts = {.hash_option = HASH_SHA1,}; + common_opts opts = {.hash_option = HASH_SHA256,}; no_minus = 0; for(i = 1; i