Unverified Commit 8e08656b authored by kladko's avatar kladko

SKALE-3159-test-fails

parent 2087b3b3
......@@ -46,10 +46,10 @@
#include "Log.h"
#include "common.h"
int printDebugInfo = -1;
int useHTTPS = -1;
int enterBackupKey = -1;
int autoconfirm = -1;
bool printDebugInfo = false;
bool useHTTPS = false;
bool enterBackupKey = false;
bool autoconfirm = false;
shared_ptr <SGXRegistrationServer> SGXRegistrationServer::server = nullptr;
shared_ptr <HttpServer> SGXRegistrationServer::httpServer = nullptr;
......
<EnclaveConfiguration>
<ProdID>0</ProdID>
<ISVSVN>0</ISVSVN>
<StackMaxSize>0x100000</StackMaxSize>
<HeapMaxSize>0x1000000</HeapMaxSize>
<StackMaxSize>0x1000000</StackMaxSize>
<HeapMaxSize>0x10000000</HeapMaxSize>
<TCSNum>32</TCSNum>
<TCSMaxNum>32</TCSMaxNum>
<TCSMinPool>32</TCSMinPool>
......
......@@ -44,9 +44,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <stdbool.h>
extern int useHTTPS;
extern int enterBackupKey;
extern int autoconfirm;
extern bool useHTTPS;
extern bool enterBackupKey;
extern bool autoconfirm;
#define BUF_LEN 4096
......
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