Skip to content

Commit ffdd05d

Browse files
committed
Change default to rely on rdtsc for timing in enclave, when possible
1 parent 0fcaae3 commit ffdd05d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intel-sgx/enclave-runner/src/loader.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ impl<'a> EnclaveBuilder<'a> {
146146
load_and_sign: None,
147147
hash_enclave: None,
148148
forward_panics: false,
149-
force_time_usercalls: true, // By default, keep the old behavior of always doing a usercall on an insecure_time call
149+
force_time_usercalls: false,
150150
cmd_args: None,
151151
};
152152

0 commit comments

Comments
 (0)