summaryrefslogtreecommitdiff
path: root/src/regress/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib')
-rw-r--r--src/regress/lib/libcrypto/sha/sha_test.c4
1 files changed, 2 insertions, 2 deletions
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 @@
1/* $OpenBSD: sha_test.c,v 1.7 2025/05/22 03:35:40 joshua Exp $ */ 1/* $OpenBSD: sha_test.c,v 1.8 2026/01/25 10:20:37 jsing Exp $ */
2/* 2/*
3 * Copyright (c) 2022, 2023, 2025 Joshua Sing <joshua@joshuasing.dev> 3 * Copyright (c) 2022, 2023, 2025 Joshua Sing <joshua@joshuasing.dev>
4 * 4 *
@@ -772,7 +772,7 @@ test_sha_tv(struct test *t, const void *arg)
772 } 772 }
773 773
774 if (memcmp(st->out, out, out_len) != 0) { 774 if (memcmp(st->out, out, out_len) != 0) {
775 test_errorf(t, "EVP single-shot: output diget mismatch"); 775 test_errorf(t, "EVP single-shot: output digest mismatch");
776 test_hexdiff(t, out, out_len, st->out); 776 test_hexdiff(t, out, out_len, st->out);
777 } 777 }
778 778