Added gmp

parent 1c94c23b
......@@ -63,7 +63,8 @@ ENCLAVE_KEY=$(ENCLAVE)_private.pem
## Additional Automake flags needed to build the enclave.
##
AM_CPPFLAGS += $(TGMP_CPPFLAGS) -I../libff -I../sgx-sdk-build/sgxsdk/include/libcxx
AM_CPPFLAGS += $(TGMP_CPPFLAGS) -I../libff -I../sgx-sdk-build/sgxsdk/include/libcxx \
-I../intel-sgx-ssl/Linux/package/include
AM_CXXFLAGS += -fno-builtin
......
......@@ -39,7 +39,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <math.h>
#include <string.h>
#include <openssl/crypto.h>
#define MAX_KEY_LENGTH 128
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment