Browse Source

Fix for sgxssl header file include path.

dettanym 4 years ago
parent
commit
8cb2f81cc2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -51,7 +51,7 @@ SGX_COMMON_CFLAGS += -O2
 
 ######## Library Settings ########
 #Integrating linux-sgx-ssl (adapted from the makefile for the TestApp in that repo)
-SGXSSL_PATH := /home/m2mazmud/mitigator/testing/intel-sgx-ssl/Linux/package
+SGXSSL_PATH := /opt/intel/sgxssl/
 SGXSSL_LIBRARY_PATH := $(SGXSSL_PATH)/lib64
 SGXSSL_Crypto_Library := sgx_tsgxssl_crypto
 SGXSSL_SSL_Library := sgx_tsgxssl