Browse Source

Minor touchup to Enclave/client.hpp

Ian Goldberg 1 year ago
parent
commit
ca5b20de4c
1 changed files with 2 additions and 4 deletions
  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 {
     sgx_aes_gcm_128bit_key_t key;
@@ -15,7 +14,6 @@ struct StgClient{
     uint8_t iv[SGX_AESGCM_IV_SIZE];
 };
 
-
 bool authenticateClient(unsigned char *auth_message,
     const sgx_aes_gcm_128bit_key_t *ckey);