Unverified Commit 07d5e619 authored by Oleh Nikolaiev's avatar Oleh Nikolaiev Committed by GitHub

Merge pull request #97 from skalenetwork/bug/SKALE-2671-tls-disable-flag

Bug/skale 2671 tls disable flag
parents 2082c220 3e9702da
......@@ -3,6 +3,8 @@ FROM skalenetwork/sgxwallet_base:latest
COPY . /usr/src/sdk
WORKDIR /usr/src/sdk
RUN touch /var/hwmode
RUN ./autoconf.bash
RUN ./configure
......
1.50.2
\ No newline at end of file
1.50.3
\ No newline at end of file
......@@ -87,7 +87,7 @@ int main(int argc, char *argv[]) {
while ((opt = getopt(argc, argv, "cshd0abyvV")) != -1) {
while ((opt = getopt(argc, argv, "cshd0abyvVn")) != -1) {
switch (opt) {
case 'h':
printUsage();
......
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