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
9e2d76c5
Unverified
Commit
9e2d76c5
authored
4 years ago
by
kladko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed docs
parent
50860b33
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
250 additions
and
225 deletions
+250
-225
SGXWALLET_VERSION
SGXWALLET_VERSION
+1
-1
EnclaveCommon.cpp
secure_enclave/EnclaveCommon.cpp
+1
-1
EnclaveCommon.h
secure_enclave/EnclaveCommon.h
+1
-1
secure_enclave.c
secure_enclave/secure_enclave.c
+247
-222
No files found.
SGXWALLET_VERSION
View file @
9e2d76c5
#define SGXWALLET_VERSION "1.49.3"
\ No newline at end of file
#define SGXWALLET_VERSION "1.49.4"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
secure_enclave/EnclaveCommon.cpp
View file @
9e2d76c5
...
...
@@ -298,7 +298,7 @@ void logMsg(log_level _level, char* _msg) {
EXTERNC
void
LOG_INFO
(
char
*
_msg
)
{
logMsg
(
L_INFO
,
_msg
);
};
EXTERNC
void
LOG_WARN
ING
(
char
*
_msg
)
{
EXTERNC
void
LOG_WARN
(
char
*
_msg
)
{
logMsg
(
L_WARNING
,
_msg
);
};
...
...
This diff is collapsed.
Click to expand it.
secure_enclave/EnclaveCommon.h
View file @
9e2d76c5
...
...
@@ -53,7 +53,7 @@ EXTERNC void enclave_init();
EXTERNC
void
LOG_INFO
(
char
*
msg
);
EXTERNC
void
LOG_WARN
ING
(
char
*
_msg
);
EXTERNC
void
LOG_WARN
(
char
*
_msg
);
EXTERNC
void
LOG_ERROR
(
char
*
_msg
);
EXTERNC
void
LOG_DEBUG
(
char
*
_msg
);
EXTERNC
void
LOG_TRACE
(
char
*
_msg
);
...
...
This diff is collapsed.
Click to expand it.
secure_enclave/secure_enclave.c
View file @
9e2d76c5
This diff is collapsed.
Click to expand it.
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