Add support for AEP crypto cards to 0.9.6c. This patch is in Red Hat Linux
7.2 and been given extensive testing; it also compiles okay on our selection of random machines (including 64-bit) Submitted by: AEP, Mark Cox Reviewed by: Mark Cox PR:
This commit is contained in:
@@ -198,6 +198,10 @@ static int engine_internal_check(void)
|
||||
if(!engine_list_add(ENGINE_atalla()))
|
||||
return 0;
|
||||
#endif /* !NO_HW_ATALLA */
|
||||
#ifndef NO_HW_AEP
|
||||
if(!engine_list_add(ENGINE_aep()))
|
||||
return 0;
|
||||
#endif /* !NO_HW_AEP */
|
||||
#endif /* !NO_HW */
|
||||
engine_list_flag = 1;
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user