clang-format: p256_test.cc This file seems to be mis-formatted. Signed-off-by: Xiangfei Ding <xfding@google.com> Change-Id: I9603b3895ba29b4f903f3f6943c6e7e76a6a6964 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/97448 Reviewed-by: David Benjamin <davidben@google.com> Presubmit-BoringSSL-Verified: boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com <boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Adam Langley <agl@google.com>
diff --git a/crypto/fipsmodule/ec/p256_test.cc b/crypto/fipsmodule/ec/p256_test.cc index 6b9f17c..8a686b1 100644 --- a/crypto/fipsmodule/ec/p256_test.cc +++ b/crypto/fipsmodule/ec/p256_test.cc
@@ -15,18 +15,15 @@ #if !defined(BORINGSSL_SHARED_LIBRARY) // These tests use p256_internal.h #include <openssl/base.h> - #include <openssl/bn.h> #include <openssl/ec.h> #include <openssl/mem.h> #include <openssl/nid.h> -#include "internal.h" - #include "../../internal.h" #include "../../test/abi_test.h" #include "../../test/file_test.h" - +#include "internal.h" #include "p256_internal.h" BSSL_NAMESPACE_BEGIN @@ -133,7 +130,6 @@ p256_point_double((uintptr_t)ret, (uintptr_t)a); } - static bool GetFieldElement(FileTest *t, BN_ULONG out[P256_LIMBS], const char *name) { std::vector<uint8_t> bytes; @@ -557,4 +553,4 @@ } // namespace BSSL_NAMESPACE_END -#endif // !defined(BORINGSSL_SHARED_LIBRARY) +#endif // !defined(BORINGSSL_SHARED_LIBRARY)