|  | @@ -112,10 +112,10 @@ typedef struct crypto_dh_t crypto_dh_t;
 | 
	
		
			
				|  |  |  /* global state */
 | 
	
		
			
				|  |  |  const char * crypto_openssl_get_version_str(void);
 | 
	
		
			
				|  |  |  const char * crypto_openssl_get_header_version_str(void);
 | 
	
		
			
				|  |  | -int crypto_early_init(void);
 | 
	
		
			
				|  |  | +int crypto_early_init(void) ATTR_WUR;
 | 
	
		
			
				|  |  |  int crypto_global_init(int hardwareAccel,
 | 
	
		
			
				|  |  |                         const char *accelName,
 | 
	
		
			
				|  |  | -                       const char *accelPath);
 | 
	
		
			
				|  |  | +                       const char *accelPath) ATTR_WUR;
 | 
	
		
			
				|  |  |  void crypto_thread_cleanup(void);
 | 
	
		
			
				|  |  |  int crypto_global_cleanup(void);
 | 
	
		
			
				|  |  |  
 |