Linux 2.8 Open Source Gold Release.

Signed-off-by: Zhang Lili Z <lili.z.zhang@intel.com>
This commit is contained in:
Zhang Lili Z
2020-01-16 09:56:26 +08:00
parent 5db5a81b82
commit 9ddec08fb9
665 changed files with 24224 additions and 278604 deletions
+3 -1
View File
@@ -287,7 +287,9 @@ int SGX_CDECL main(int argc, char *argv[])
/* Initialize the enclave */
if ( initialize_enclave ( ENCLAVE_FILENAME, &global_eid ) < 0 ){
if ( initialize_enclave ( ENCLAVE_FILENAME, &global_eid ) != SGX_SUCCESS ){
printf("Enter a character before exit ...\n");
getchar();
return -1;
}