mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
fixup
This commit is contained in:
@@ -242,7 +242,7 @@ pub fn main() anyerror!void {
|
||||
comptime labels[i] ++ ":\n\n",
|
||||
.{},
|
||||
);
|
||||
const DigestType = if (BoringHasher != void) BoringHasher.Digest else [512]u8;
|
||||
const DigestType = if (BoringHasher != void) BoringHasher.Digest else [32]u8;
|
||||
var digest1: DigestType = undefined;
|
||||
var digest2: DigestType = undefined;
|
||||
var digest3: DigestType = undefined;
|
||||
|
||||
Reference in New Issue
Block a user