From b0249247f4aee3fd292fb177f3504c2042701dfc Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Thu, 24 May 2018 21:14:41 +0900 Subject: use same options of mcl-wasm --- src/bls_c.cpp | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/bls_c.cpp b/src/bls_c.cpp index ae86508..d3ad2f5 100644 --- a/src/bls_c.cpp +++ b/src/bls_c.cpp @@ -1,13 +1,10 @@ -#ifdef __EMSCRIPTEN__ #define MCLBN_DONT_EXPORT -#include "../mcl/src/fp.cpp" -#endif - -#include "../mcl/src/bn_c_impl.hpp" - #define BLS_DLL_EXPORT #include + +#include "../mcl/src/bn_c_impl.hpp" + /* BLS signature e : G1 x G2 -> Fp12 -- cgit v1.2.3