Unverified Commit fa0b37ee authored by kladko's avatar kladko

Fix sgx 1

parent 7d36d45c
...@@ -111,7 +111,7 @@ void *reallocate_function(void *, size_t, size_t); ...@@ -111,7 +111,7 @@ void *reallocate_function(void *, size_t, size_t);
void free_function(void *, size_t); void free_function(void *, size_t);
unsigned char *globalRandom; unsigned char *globalRandom = NULL;
#define CALL_ONCE \ #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