Unverified Commit 692b6c09 authored by kladko's avatar kladko
parent d14e3f0d
......@@ -67,7 +67,7 @@ int main(int argc, char *argv[]) {
exit(1);
}
is_aes = 0;
while ((opt = getopt(argc, argv, "cshd0aby")) != -1) {
switch (opt) {
......@@ -97,7 +97,7 @@ int main(int argc, char *argv[]) {
is_sgx_https = 0;
break;
case 'a':
is_aes = 1;
is_aes = 0;
break;
case 'b':
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