diff options
Diffstat (limited to 'src/regress/lib/libcrypto/mlkem/mlkem768_decap_tests.c')
-rw-r--r-- | src/regress/lib/libcrypto/mlkem/mlkem768_decap_tests.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/mlkem/mlkem768_decap_tests.c b/src/regress/lib/libcrypto/mlkem/mlkem768_decap_tests.c index a88e487494..a58f005644 100644 --- a/src/regress/lib/libcrypto/mlkem/mlkem768_decap_tests.c +++ b/src/regress/lib/libcrypto/mlkem/mlkem768_decap_tests.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: mlkem768_decap_tests.c,v 1.3 2024/12/20 00:07:12 tb Exp $ */ | 1 | /* $OpenBSD: mlkem768_decap_tests.c,v 1.4 2024/12/20 00:32:15 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2024 Google Inc. | 3 | * Copyright (c) 2024 Google Inc. |
4 | * Copyright (c) 2024 Bob Beck <beck@obtuse.com> | 4 | * Copyright (c) 2024 Bob Beck <beck@obtuse.com> |
@@ -124,7 +124,7 @@ main(int argc, char **argv) | |||
124 | test = argv[1]; | 124 | test = argv[1]; |
125 | 125 | ||
126 | if ((fp = fopen(test, "r")) == NULL) | 126 | if ((fp = fopen(test, "r")) == NULL) |
127 | err(1, "cant't open test file"); | 127 | err(1, "can't open test file"); |
128 | 128 | ||
129 | state = S_COMMENT; | 129 | state = S_COMMENT; |
130 | line = 0; | 130 | line = 0; |