|  | @@ -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);
 | 
	
		
			
				|  |  |  
 |