mirror of
https://github.com/intel/linux-sgx
synced 2026-06-08 14:49:32 +00:00
Updates for SGX 2.17 reproducible build.
Signed-off-by: Zhang Lili <lili.z.zhang@intel.com>
This commit is contained in:
@@ -32,17 +32,16 @@
|
||||
|
||||
enclave {
|
||||
from "sgx_tstdc.edl" import *;
|
||||
from "enclave.edl" import *;
|
||||
from "sgx_socket.edl" import *;
|
||||
from "sgx_tsgxssl.edl" import *;
|
||||
from "sgx_ttls.edl" import *;
|
||||
from "sgx_pthread.edl" import *;
|
||||
from "enclave.edl" import *;
|
||||
from "sgx_socket.edl" import *;
|
||||
from "sgx_tsgxssl.edl" import *;
|
||||
from "sgx_ttls.edl" import *;
|
||||
from "sgx_pthread.edl" import *;
|
||||
|
||||
include "sgx_ttls.h"
|
||||
trusted {
|
||||
public int launch_tls_client(
|
||||
[in, string] char* server_name,
|
||||
[in, string] char* server_port);
|
||||
include "sgx_ttls.h"
|
||||
trusted {
|
||||
public int launch_tls_client(
|
||||
[in, string] char* server_name,
|
||||
[in, string] char* server_port);
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user