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
9d38469c
Unverified
Commit
9d38469c
authored
Nov 23, 2020
by
kladko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SKALE-3596-intel-submision-3
parent
e619b331
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
ServerInit.cpp
ServerInit.cpp
+1
-1
VERSION
VERSION
+1
-1
SIGNED_ENCLAVE_VERSION
secure_enclave/SIGNED_ENCLAVE_VERSION
+1
-1
No files found.
ServerInit.cpp
View file @
9d38469c
...
...
@@ -86,7 +86,7 @@ uint64_t initEnclave() {
{
WRITE_LOCK
(
sgxInitMutex
);
WRITE_LOCK
(
sgxInitMute
x
);
if
(
eid
!=
0
)
{
if
(
sgx_destroy_enclave
(
eid
)
!=
SGX_SUCCESS
)
{
...
...
VERSION
View file @
9d38469c
1.58.7
\ No newline at end of file
1.59.1
\ No newline at end of file
secure_enclave/SIGNED_ENCLAVE_VERSION
View file @
9d38469c
#define SIGNED_ENCLAVE_VERSION "1"
\ No newline at end of file
#define SIGNED_ENCLAVE_VERSION "3"
\ No newline at end of file
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