We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fcaae3 commit ffdd05dCopy full SHA for ffdd05d
intel-sgx/enclave-runner/src/loader.rs
@@ -146,7 +146,7 @@ impl<'a> EnclaveBuilder<'a> {
146
load_and_sign: None,
147
hash_enclave: None,
148
forward_panics: false,
149
- force_time_usercalls: true, // By default, keep the old behavior of always doing a usercall on an insecure_time call
+ force_time_usercalls: false,
150
cmd_args: None,
151
};
152
0 commit comments