Unverified Commit e815de42 authored by kladko's avatar kladko

SKALE-3159-test-fails

parent 8e08656b
...@@ -128,7 +128,7 @@ void trustedEnclaveInit(uint32_t _logLevel) { ...@@ -128,7 +128,7 @@ void trustedEnclaveInit(uint32_t _logLevel) {
LOG_INFO("Reading random"); LOG_INFO("Reading random");
SAFE_CHAR_BUF(globalRandom, 32); globalRandom = calloc(32,1);
auto ret = sgx_read_rand(globalRandom, 32); auto ret = sgx_read_rand(globalRandom, 32);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment