Unverified Commit ac58a7f6 authored by svetaro's avatar svetaro

SKALE-2003 Default decrypt with backup key

parent 5969ed05
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
int DEBUG_PRINT = 0; int DEBUG_PRINT = 0;
int is_sgx_https = 1; int is_sgx_https = 1;
int is_aes = 0; int is_aes = 1;
bool autoconfirm = false; bool autoconfirm = false;
SGXRegistrationServer *regs = nullptr; SGXRegistrationServer *regs = nullptr;
......
...@@ -96,7 +96,7 @@ int main(int argc, char *argv[]) { ...@@ -96,7 +96,7 @@ int main(int argc, char *argv[]) {
is_sgx_https = 0; is_sgx_https = 0;
break; break;
case 'a': case 'a':
is_aes = 1; is_aes = 0;
break; break;
case 'b': case 'b':
SEK_initializer = enter_SEK; SEK_initializer = enter_SEK;
......
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