diff options
author | tb <> | 2024-12-14 19:16:24 +0000 |
---|---|---|
committer | tb <> | 2024-12-14 19:16:24 +0000 |
commit | 51b4fa235035070c2f38cf0708c8c1577b4b621f (patch) | |
tree | a7eb0af27b6eacab7be47cdbe0cfb903a6bd1ea6 /src/regress/lib/libcrypto/mlkem/mlkem_tests_util.c | |
parent | d9dfb4af218b8d9fe842f363b39f2dc52cc54fc3 (diff) | |
download | openbsd-51b4fa235035070c2f38cf0708c8c1577b4b621f.tar.gz openbsd-51b4fa235035070c2f38cf0708c8c1577b4b621f.tar.bz2 openbsd-51b4fa235035070c2f38cf0708c8c1577b4b621f.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_tests_util.c')
-rw-r--r-- | src/regress/lib/libcrypto/mlkem/mlkem_tests_util.c | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/regress/lib/libcrypto/mlkem/mlkem_tests_util.c b/src/regress/lib/libcrypto/mlkem/mlkem_tests_util.c index ee73e19267..c4c13f0e7a 100644 --- a/src/regress/lib/libcrypto/mlkem/mlkem_tests_util.c +++ b/src/regress/lib/libcrypto/mlkem/mlkem_tests_util.c | |||
@@ -1,4 +1,6 @@ | |||
1 | /* Copyright (c) 2024, Google Inc. | 1 | /* $OpenBSD: mlkem_tests_util.c,v 1.2 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,11 +13,13 @@ | |||
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 <err.h> | 19 | #include <err.h> |
17 | #include <stdlib.h> | 20 | #include <stdint.h> |
18 | #include <stdio.h> | 21 | #include <stdio.h> |
22 | #include <stdlib.h> | ||
19 | #include <string.h> | 23 | #include <string.h> |
20 | 24 | ||
21 | #include "mlkem_tests_util.h" | 25 | #include "mlkem_tests_util.h" |