Rename 'hwcrhk' to 'ncipher' in all public symbols
This commit is contained in:
		@@ -130,7 +130,7 @@ ENGINE *ENGINE_cswift();
 | 
			
		||||
#endif /* HW_CSWIFT */
 | 
			
		||||
 | 
			
		||||
#ifdef HW_NCIPHER
 | 
			
		||||
ENGINE *ENGINE_hwcrhk();
 | 
			
		||||
ENGINE *ENGINE_ncipher();
 | 
			
		||||
#endif /* HW_NCIPHER */
 | 
			
		||||
 | 
			
		||||
#ifdef HW_ATALLA
 | 
			
		||||
 
 | 
			
		||||
@@ -190,7 +190,7 @@ static int engine_internal_check(void)
 | 
			
		||||
		return 0;
 | 
			
		||||
#endif /* HW_CSWIFT */
 | 
			
		||||
#ifdef HW_NCIPHER
 | 
			
		||||
	if(!engine_list_add(ENGINE_hwcrhk()))
 | 
			
		||||
	if(!engine_list_add(ENGINE_ncipher()))
 | 
			
		||||
		return 0;
 | 
			
		||||
#endif /* HW_CSWIFT */
 | 
			
		||||
#ifdef HW_ATALLA
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user