Rename SIKE's params.c. We already have crypto/dh/params.c and some of our downstream consumers cannot take two source files with the same name in the same build target. Change-Id: I324ace094c2215b443e98fc9ae69876ea1929efa Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/36744 Reviewed-by: Adam Langley <agl@google.com> Commit-Queue: Adam Langley <agl@google.com>
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index e97a4e1..81560c9 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt
@@ -411,7 +411,7 @@ ../third_party/fiat/curve25519.c ../third_party/sike/fpx.c ../third_party/sike/isogeny.c - ../third_party/sike/params.c + ../third_party/sike/curve_params.c ../third_party/sike/sike.c ../third_party/sike/asm/fp_generic.c
diff --git a/third_party/sike/params.c b/third_party/sike/curve_params.c similarity index 100% rename from third_party/sike/params.c rename to third_party/sike/curve_params.c