diff options
author | tb <> | 2024-12-20 00:32:15 +0000 |
---|---|---|
committer | tb <> | 2024-12-20 00:32:15 +0000 |
commit | adb9bd5a09910dcd30e98648834c3560f8fa1659 (patch) | |
tree | 6e2101e34bee2b30b7f1f9126a7af3af028d3105 /src/regress/lib/libcrypto/mlkem/mlkem1024_decap_tests.c | |
parent | b1838090ad769162b2ea08f33254c67d084bb22f (diff) | |
download | openbsd-adb9bd5a09910dcd30e98648834c3560f8fa1659.tar.gz openbsd-adb9bd5a09910dcd30e98648834c3560f8fa1659.tar.bz2 openbsd-adb9bd5a09910dcd30e98648834c3560f8fa1659.zip |
cant't -> can't
(the mystery of spotting typos right after commit strikes again)
Diffstat (limited to 'src/regress/lib/libcrypto/mlkem/mlkem1024_decap_tests.c')
-rw-r--r-- | src/regress/lib/libcrypto/mlkem/mlkem1024_decap_tests.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/mlkem/mlkem1024_decap_tests.c b/src/regress/lib/libcrypto/mlkem/mlkem1024_decap_tests.c index c75b2c7ca8..7d76a625b0 100644 --- a/src/regress/lib/libcrypto/mlkem/mlkem1024_decap_tests.c +++ b/src/regress/lib/libcrypto/mlkem/mlkem1024_decap_tests.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: mlkem1024_decap_tests.c,v 1.3 2024/12/20 00:07:12 tb Exp $ */ | 1 | /* $OpenBSD: mlkem1024_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; |