aboutsummaryrefslogtreecommitdiff
path: root/src/sha.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/sha.zig')
-rw-r--r--src/sha.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sha.zig b/src/sha.zig
index ec58954de..cda850d1f 100644
--- a/src/sha.zig
+++ b/src/sha.zig
@@ -188,7 +188,7 @@ pub fn main() anyerror!void {
var engine = BoringSSL.ENGINE_new().?;
- inline for (boring) |BoringHasher, i| {
+ inline for (boring, 0..) |BoringHasher, i| {
const ZigHasher = zig[i];
std.debug.print(
comptime labels[i] ++ " - hashing {.3f}:\n",