| author | |
| committer | |
| log | 3edace34d38c95673e56930ccfee1d16d0003359 |
| tree | 4572f6b0a4b4db70e94fdfe1700d41f0384b6015 |
| parent | fc55cd458a7cd72ea876cf747b1ddd43d8dc6e20 |
1 files changed, 1 insertions(+), 1 deletions(-)
tools/process_headers.zig+1-1| ... | ... | @@ -313,7 +313,7 @@ pub fn main() !void { |
| 313 | 313 | var max_bytes_saved: usize = 0; |
| 314 | 314 | var total_bytes: usize = 0; |
| 315 | 315 | |
| 316 | var hasher = std.crypto.hash.sha2.Sha256.init(); | |
| 316 | var hasher = std.crypto.hash.sha2.Sha256.init(.{}); | |
| 317 | 317 | |
| 318 | 318 | for (libc_targets) |libc_target| { |
| 319 | 319 | const dest_target = DestTarget{ |