diff options
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 | ||