Browse Source

Fix for sgxssl edl include path in docker

dettanym 4 years ago
parent
commit
2a19d12ad0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Decryptor/Decryptor.edl

+ 1 - 1
Decryptor/Decryptor.edl

@@ -3,7 +3,7 @@ enclave {
     include "sgx_tcrypto.h"
 #define SIZEOF_UINT32_T_ARRAY
     from "../LocalAttestationCode/LocalAttestationCode.edl" import *;
-    from "/home/m2mazmud/mitigator/testing/intel-sgx-ssl/Linux/package/include/sgx_tsgxssl.edl" import * ;
+    from "/opt/intel/sgxssl/include/sgx_tsgxssl.edl" import * ;
     trusted {
 	public void calculate_sealed_keypair_size_wrapper([out, size=4] uint32_t* output_length); 
       #define SEALED_SIZE 656  // =0x300 (0x290 is the size of the sealed message when both the public(0x40) and private key(0x20) are included)