diff options
Diffstat (limited to 'src/regress/lib/libcrypto/mlkem/mlkem1024_encap_tests.c')
-rw-r--r-- | src/regress/lib/libcrypto/mlkem/mlkem1024_encap_tests.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/mlkem/mlkem1024_encap_tests.c b/src/regress/lib/libcrypto/mlkem/mlkem1024_encap_tests.c index 06b00a4b75..6459566ff0 100644 --- a/src/regress/lib/libcrypto/mlkem/mlkem1024_encap_tests.c +++ b/src/regress/lib/libcrypto/mlkem/mlkem1024_encap_tests.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: mlkem1024_encap_tests.c,v 1.3 2024/12/20 00:07:12 tb Exp $ */ | 1 | /* $OpenBSD: mlkem1024_encap_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> |
@@ -133,7 +133,7 @@ main(int argc, char **argv) | |||
133 | line = 0; | 133 | line = 0; |
134 | 134 | ||
135 | if ((fp = fopen(test, "r")) == NULL) | 135 | if ((fp = fopen(test, "r")) == NULL) |
136 | err(1, "cant't open test file"); | 136 | err(1, "can't open test file"); |
137 | 137 | ||
138 | state = S_COMMENT; | 138 | state = S_COMMENT; |
139 | line = 0; | 139 | line = 0; |