diff options
| author | jsing <> | 2026-01-25 10:20:37 +0000 |
|---|---|---|
| committer | jsing <> | 2026-01-25 10:20:37 +0000 |
| commit | 0c6968d15bdbca1395ff625cabdb093e33aa169c (patch) | |
| tree | 8ee5e6c2cf43628f0cd3e615c2574b6307dec1a8 /src | |
| parent | 096d6241b54953726dab249c594126f82cd8e38a (diff) | |
| download | openbsd-0c6968d15bdbca1395ff625cabdb093e33aa169c.tar.gz openbsd-0c6968d15bdbca1395ff625cabdb093e33aa169c.tar.bz2 openbsd-0c6968d15bdbca1395ff625cabdb093e33aa169c.zip | |
Fix tyo
Diffstat (limited to 'src')
| -rw-r--r-- | src/regress/lib/libcrypto/sha/sha_test.c | 4 |
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 | ||
