Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sgxwallet
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董子豪
sgxwallet
Commits
07d5e619
Unverified
Commit
07d5e619
authored
Jun 01, 2020
by
Oleh Nikolaiev
Committed by
GitHub
Jun 01, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #97 from skalenetwork/bug/SKALE-2671-tls-disable-flag
Bug/skale 2671 tls disable flag
parents
2082c220
3e9702da
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
Dockerfile
Dockerfile
+2
-0
VERSION
VERSION
+1
-1
sgxwallet.c
sgxwallet.c
+1
-1
No files found.
Dockerfile
View file @
07d5e619
...
...
@@ -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
...
...
VERSION
View file @
07d5e619
1.50.2
\ No newline at end of file
1.50.3
\ No newline at end of file
sgxwallet.c
View file @
07d5e619
...
...
@@ -87,7 +87,7 @@ int main(int argc, char *argv[]) {
while
((
opt
=
getopt
(
argc
,
argv
,
"cshd0abyvV"
))
!=
-
1
)
{
while
((
opt
=
getopt
(
argc
,
argv
,
"cshd0abyvV
n
"
))
!=
-
1
)
{
switch
(
opt
)
{
case
'h'
:
printUsage
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment