From 1bd8934f7fdd258792a7d329a920dbed0d738e57 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 14 Dec 2024 19:16:24 +0000 Subject: Normalize top of files RCS marker, KNF for comment, fix and sort includes as usual. --- src/regress/lib/libcrypto/mlkem/mlkem768_decap_tests.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/regress/lib/libcrypto/mlkem/mlkem768_decap_tests.c') diff --git a/src/regress/lib/libcrypto/mlkem/mlkem768_decap_tests.c b/src/regress/lib/libcrypto/mlkem/mlkem768_decap_tests.c index 3527a0f842..96dc435c4d 100644 --- a/src/regress/lib/libcrypto/mlkem/mlkem768_decap_tests.c +++ b/src/regress/lib/libcrypto/mlkem/mlkem768_decap_tests.c @@ -1,4 +1,6 @@ -/* Copyright (c) 2024, Google Inc. +/* $OpenBSD: mlkem768_decap_tests.c,v 1.2 2024/12/14 19:16:24 tb Exp $ */ +/* + * Copyright (c) 2024, Google Inc. * Copyright (c) 2024, Bob Beck * * Permission to use, copy, modify, and/or distribute this software for any @@ -11,19 +13,17 @@ * SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN - * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ + * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + */ -#include -#include +#include #include +#include #include -#include +#include +#include -#include "bytestring.h" -#include "mlkem.h" -#include "mlkem_internal.h" -#include "sha3_internal.h" #include "mlkem_tests_util.h" static void -- cgit v1.2.3-55-g6feb