diff options
author | tb <> | 2024-12-26 00:10:19 +0000 |
---|---|---|
committer | tb <> | 2024-12-26 00:10:19 +0000 |
commit | bf8e569bea5d828bfec263bcbf4d5e4f0cca2531 (patch) | |
tree | 2db92ab78de9921b71b34d0f1c4b8870cf9fda95 /src | |
parent | 31d1b04da9af806cdb66a2b49ed6490e67479eef (diff) | |
download | openbsd-bf8e569bea5d828bfec263bcbf4d5e4f0cca2531.tar.gz openbsd-bf8e569bea5d828bfec263bcbf4d5e4f0cca2531.tar.bz2 openbsd-bf8e569bea5d828bfec263bcbf4d5e4f0cca2531.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 | ||