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