Unverified Commit 15cbf7e5 authored by Stan Kladko's avatar Stan Kladko Committed by GitHub

Update sgxwallet.c

parent db866200
...@@ -111,6 +111,9 @@ int main(int argc, char *argv[]) { ...@@ -111,6 +111,9 @@ int main(int argc, char *argv[]) {
case '0': case '0':
useHTTPSOption = false; useHTTPSOption = false;
break; break;
case 'n':
useHTTPSOption = false;
break;
case 'a': case 'a':
encryptKeysOption = false; encryptKeysOption = false;
break; break;
......
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