瀏覽代碼

Minor touchup to Enclave/client.hpp

Ian Goldberg 1 年之前
父節點
當前提交
ca5b20de4c
共有 1 個文件被更改,包括 2 次插入4 次删除
  1. 2 4
      Enclave/client.hpp

+ 2 - 4
Enclave/client.hpp

@@ -1,6 +1,5 @@
-#ifndef __CLIENTS_HPP__
-#define __CLIENTS_HPP__
-
+#ifndef __CLIENT_HPP__
+#define __CLIENT_HPP__
 
 
 struct IngClient {
 struct IngClient {
     sgx_aes_gcm_128bit_key_t key;
     sgx_aes_gcm_128bit_key_t key;
@@ -15,7 +14,6 @@ struct StgClient{
     uint8_t iv[SGX_AESGCM_IV_SIZE];
     uint8_t iv[SGX_AESGCM_IV_SIZE];
 };
 };
 
 
-
 bool authenticateClient(unsigned char *auth_message,
 bool authenticateClient(unsigned char *auth_message,
     const sgx_aes_gcm_128bit_key_t *ckey);
     const sgx_aes_gcm_128bit_key_t *ckey);