diff options
| author | tb <> | 2024-12-14 19:16:24 +0000 |
|---|---|---|
| committer | tb <> | 2024-12-14 19:16:24 +0000 |
| commit | 1bd8934f7fdd258792a7d329a920dbed0d738e57 (patch) | |
| tree | a7eb0af27b6eacab7be47cdbe0cfb903a6bd1ea6 /src/regress/lib/libcrypto/mlkem/mlkem_unittest.c | |
| parent | ee07c6bc022a26df0601ff3acffd488777cb32fa (diff) | |
| download | openbsd-1bd8934f7fdd258792a7d329a920dbed0d738e57.tar.gz openbsd-1bd8934f7fdd258792a7d329a920dbed0d738e57.tar.bz2 openbsd-1bd8934f7fdd258792a7d329a920dbed0d738e57.zip | |
Normalize top of files
RCS marker, KNF for comment, fix and sort includes as usual.
Diffstat (limited to 'src/regress/lib/libcrypto/mlkem/mlkem_unittest.c')
| -rw-r--r-- | src/regress/lib/libcrypto/mlkem/mlkem_unittest.c | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/src/regress/lib/libcrypto/mlkem/mlkem_unittest.c b/src/regress/lib/libcrypto/mlkem/mlkem_unittest.c index 14832f1b41..b8779135e5 100644 --- a/src/regress/lib/libcrypto/mlkem/mlkem_unittest.c +++ b/src/regress/lib/libcrypto/mlkem/mlkem_unittest.c | |||
| @@ -1,4 +1,6 @@ | |||
| 1 | /* Copyright (c) 2024, Google Inc. | 1 | /* $OpenBSD: mlkem_unittest.c,v 1.3 2024/12/14 19:16:24 tb Exp $ */ |
| 2 | /* | ||
| 3 | * Copyright (c) 2024, Google Inc. | ||
| 2 | * Copyright (c) 2024, Bob Beck <beck@obtuse.com> | 4 | * Copyright (c) 2024, Bob Beck <beck@obtuse.com> |
| 3 | * | 5 | * |
| 4 | * Permission to use, copy, modify, and/or distribute this software for any | 6 | * Permission to use, copy, modify, and/or distribute this software for any |
| @@ -11,14 +13,17 @@ | |||
| 11 | * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | 13 | * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 12 | * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION | 14 | * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION |
| 13 | * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN | 15 | * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN |
| 14 | * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ | 16 | * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
| 17 | */ | ||
| 15 | 18 | ||
| 16 | #include <stdlib.h> | 19 | #include <stdint.h> |
| 17 | #include <stdio.h> | 20 | #include <stdio.h> |
| 21 | #include <stdlib.h> | ||
| 18 | #include <string.h> | 22 | #include <string.h> |
| 19 | 23 | ||
| 20 | #include "bytestring.h" | 24 | #include <openssl/bytestring.h> |
| 21 | #include "mlkem.h" | 25 | #include <openssl/mlkem.h> |
| 26 | |||
| 22 | #include "mlkem_internal.h" | 27 | #include "mlkem_internal.h" |
| 23 | #include "mlkem_tests_util.h" | 28 | #include "mlkem_tests_util.h" |
| 24 | 29 | ||
