From 0c6968d15bdbca1395ff625cabdb093e33aa169c Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sun, 25 Jan 2026 10:20:37 +0000 Subject: Fix tyo --- src/regress/lib/libcrypto/sha/sha_test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libcrypto/sha/sha_test.c b/src/regress/lib/libcrypto/sha/sha_test.c index 904924c890..6915d40a54 100644 --- a/src/regress/lib/libcrypto/sha/sha_test.c +++ b/src/regress/lib/libcrypto/sha/sha_test.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sha_test.c,v 1.7 2025/05/22 03:35:40 joshua Exp $ */ +/* $OpenBSD: sha_test.c,v 1.8 2026/01/25 10:20:37 jsing Exp $ */ /* * Copyright (c) 2022, 2023, 2025 Joshua Sing * @@ -772,7 +772,7 @@ test_sha_tv(struct test *t, const void *arg) } if (memcmp(st->out, out, out_len) != 0) { - test_errorf(t, "EVP single-shot: output diget mismatch"); + test_errorf(t, "EVP single-shot: output digest mismatch"); test_hexdiff(t, out, out_len, st->out); } -- cgit v1.2.3-55-g6feb