Fixed sgxd

parent 31740f68
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
// //
#ifndef SGXD_BLSCRYPTO_H #ifndef SGXWALLET_BLSCRYPTO_H
#define SGXD_BLSCRYPTO_H #define SGXWALLET_BLSCRYPTO_H
#ifdef __cplusplus #ifdef __cplusplus
#define EXTERNC extern "C" #define EXTERNC extern "C"
...@@ -31,4 +31,4 @@ EXTERNC bool hex2carray(const char * _hex, uint64_t *_bin_len, ...@@ -31,4 +31,4 @@ EXTERNC bool hex2carray(const char * _hex, uint64_t *_bin_len,
#endif //SGXD_BLSCRYPTO_H #endif //SGXWALLET_BLSCRYPTO_H
...@@ -21,9 +21,9 @@ ...@@ -21,9 +21,9 @@
@date 2019 @date 2019
*/ */
#ifndef SGXD_BLSPRIVATEKEYSHARESGX_H #ifndef SGXWALLET_BLSPRIVATEKEYSHARESGX_H
#define SGXD_BLSPRIVATEKEYSHARESGX_H #define SGXWALLET_BLSPRIVATEKEYSHARESGX_H
#define SGXD_BLSPRIVATEKEYSHARESGX_H #define SGXWALLET_BLSPRIVATEKEYSHARESGX_H
#include "BLSPrivateKeyShare.h" #include "BLSPrivateKeyShare.h"
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
// Created by kladko on 05.09.19. // Created by kladko on 05.09.19.
// //
#ifndef SGXD_SGXWALLETSERVER_H #ifndef SGXWALLET_SGXWALLETSERVER_H
#define SGXD_SGXWALLETSERVER_H #define SGXWALLET_SGXWALLETSERVER_H
#ifdef __cplusplus #ifdef __cplusplus
#define EXTERNC extern "C" #define EXTERNC extern "C"
...@@ -15,4 +15,4 @@ ...@@ -15,4 +15,4 @@
EXTERNC int init_server(); EXTERNC int init_server();
#endif //SGXD_SGXWALLETSERVER_H #endif //SGXWALLET_SGXWALLETSERVER_H
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
// Created by kladko on 8/14/19. // Created by kladko on 8/14/19.
// //
#ifndef SGXD_BLSUTILS_H #ifndef SGXWALLET_BLSUTILS_H
#define SGXD_BLSUTILS_H #define SGXWALLET_BLSUTILS_H
...@@ -27,4 +27,4 @@ EXTERNC bool hex2carray(const char * _hex, uint64_t *_bin_len, ...@@ -27,4 +27,4 @@ EXTERNC bool hex2carray(const char * _hex, uint64_t *_bin_len,
uint8_t* _bin ); uint8_t* _bin );
#endif //SGXD_BLSUTILS_H #endif //SGXWALLET_BLSUTILS_H
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
// Created by kladko on 9/3/19. // Created by kladko on 9/3/19.
// //
#ifndef SGXD_SGXD_H #ifndef SGXWALLET_SGXWALLET_H
#define SGXD_SGXD_H #define SGXWALLET_SGXWALLET_H
#include "sgxwallet_common.h" #include "sgxwallet_common.h"
...@@ -22,4 +22,4 @@ extern sgx_status_t status; ...@@ -22,4 +22,4 @@ extern sgx_status_t status;
#endif //SGXD_SGXD_H #endif //SGXWALLET_SGXWALLET_H
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
// Created by kladko on 9/3/19. // Created by kladko on 9/3/19.
// //
#ifndef SGXD_SGXD_COMMON_H #ifndef SGXWALLET_SGXWALLET_COMMON_H
#define SGXD_SGXD_COMMON_H #define SGXWALLET_SGXWALLET_COMMON_H
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
...@@ -28,4 +28,4 @@ ...@@ -28,4 +28,4 @@
#endif //SGXD_SGXD_COMMON_H #endif //SGXWALLET_SGXWALLET_COMMON_H
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