mirror of
https://github.com/corda/corda.git
synced 2024-12-27 08:22:35 +00:00
10 lines
130 B
Plaintext
10 lines
130 B
Plaintext
|
simple_enclave.so
|
||
|
{
|
||
|
global:
|
||
|
g_global_data_sim;
|
||
|
g_global_data;
|
||
|
enclave_entry;
|
||
|
local:
|
||
|
*;
|
||
|
};
|