Updates for SGX 2.17 reproducible build.

Signed-off-by: Zhang Lili <lili.z.zhang@intel.com>
This commit is contained in:
Zhang Lili
2022-06-15 11:49:48 +08:00
parent 0f61c27a40
commit 1deb73848a
119 changed files with 2122 additions and 880 deletions
@@ -30,15 +30,15 @@
*/
enclave {
from "sgx_tstdc.edl" import *;
from "sgx_socket.edl" import *;
from "enclave.edl" import *;
from "sgx_tsgxssl.edl" import *;
from "sgx_ttls.edl" import *;
from "sgx_pthread.edl" import *;
from "sgx_tstdc.edl" import *;
from "sgx_socket.edl" import *;
from "enclave.edl" import *;
from "sgx_tsgxssl.edl" import *;
from "sgx_ttls.edl" import *;
from "sgx_pthread.edl" import *;
include "sgx_ttls.h"
trusted {
include "sgx_ttls.h"
trusted {
public int set_up_tls_server([in, string] char* port, int keep_server_up);
};
};