diff options
| author | tb <> | 2024-12-26 00:10:19 +0000 |
|---|---|---|
| committer | tb <> | 2024-12-26 00:10:19 +0000 |
| commit | 79cebeb3fc776b541d6c72772bf811986b7c4c42 (patch) | |
| tree | 2db92ab78de9921b71b34d0f1c4b8870cf9fda95 /src | |
| parent | 4842526a7c0b4e205e8f4080c330cbf7130a758b (diff) | |
| download | openbsd-79cebeb3fc776b541d6c72772bf811986b7c4c42.tar.gz openbsd-79cebeb3fc776b541d6c72772bf811986b7c4c42.tar.bz2 openbsd-79cebeb3fc776b541d6c72772bf811986b7c4c42.zip | |
fat fingers
Diffstat (limited to 'src')
| -rw-r--r-- | src/regress/lib/libcrypto/mlkem/mlkem_tests.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/mlkem/mlkem_tests.c b/src/regress/lib/libcrypto/mlkem/mlkem_tests.c index 716f38d144..2801a58890 100644 --- a/src/regress/lib/libcrypto/mlkem/mlkem_tests.c +++ b/src/regress/lib/libcrypto/mlkem/mlkem_tests.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: mlkem_tests.c,v 1.1 2024/12/26 00:04:24 tb Exp $ */ | 1 | /* $OpenBSD: mlkem_tests.c,v 1.2 2024/12/26 00:10:19 tb Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2024 Google Inc. | 3 | * Copyright (c) 2024 Google Inc. |
| 4 | * Copyright (c) 2024 Theo Buehler <tb@openbsd.org> | 4 | * Copyright (c) 2024 Theo Buehler <tb@openbsd.org> |
| @@ -120,7 +120,7 @@ MlkemDecapFileTest(struct decap_ctx *decap) | |||
| 120 | if (!decap->decap(shared_secret_buf, | 120 | if (!decap->decap(shared_secret_buf, |
| 121 | CBS_data(&ciphertext), CBS_len(&ciphertext), decap->private_key)) { | 121 | CBS_data(&ciphertext), CBS_len(&ciphertext), decap->private_key)) { |
| 122 | if ((failed = !should_fail)) | 122 | if ((failed = !should_fail)) |
| 123 | parse_info(p, decap"); | 123 | parse_info(p, "decap"); |
| 124 | goto err; | 124 | goto err; |
| 125 | } | 125 | } |
| 126 | 126 | ||
