From 9b31d84e25da830aa39c9574fe5cbe5565bc3281 Mon Sep 17 00:00:00 2001 From: Suyash Bagad Date: Thu, 27 Apr 2023 16:45:46 +0000 Subject: [PATCH] remove stdlib_ecdsa from build. --- cpp/src/CMakeLists.txt | 3 --- cpp/src/barretenberg/crypto/ecdsa/c_bind.cpp | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/cpp/src/CMakeLists.txt b/cpp/src/CMakeLists.txt index bc47bc249d..69d867a2f7 100644 --- a/cpp/src/CMakeLists.txt +++ b/cpp/src/CMakeLists.txt @@ -87,7 +87,6 @@ if(WASM) $ $ $ - $ $ $ $ @@ -193,7 +192,6 @@ if(WASM) $ $ $ - $ $ $ $ @@ -231,7 +229,6 @@ else() $ $ $ - $ $ $ $ diff --git a/cpp/src/barretenberg/crypto/ecdsa/c_bind.cpp b/cpp/src/barretenberg/crypto/ecdsa/c_bind.cpp index 8e34a56763..b7a8d6f5a9 100644 --- a/cpp/src/barretenberg/crypto/ecdsa/c_bind.cpp +++ b/cpp/src/barretenberg/crypto/ecdsa/c_bind.cpp @@ -1,5 +1,5 @@ #include "ecdsa.hpp" -#include +#include #define WASM_EXPORT __attribute__((visibility("default")))