Unverified Commit 33744b9b authored by Stan Kladko's avatar Stan Kladko Committed by GitHub

Merge pull request #174 from skalenetwork/SKALE-3228-fix-sgx-1

Fix sgx 1
parents c1002f5f 4bdd610f
......@@ -111,7 +111,7 @@ void *reallocate_function(void *, size_t, size_t);
void free_function(void *, size_t);
unsigned char *globalRandom;
unsigned char *globalRandom = NULL;
#define CALL_ONCE \
......
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