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:
@@ -151,6 +151,11 @@ ENGINE *ENGINE_ncipher();
|
||||
ENGINE *ENGINE_atalla();
|
||||
#endif /* !NO_HW_ATALLA */
|
||||
|
||||
#ifndef NO_HW_AEP
|
||||
/* Returns a structure of AEP methods. */
|
||||
ENGINE *ENGINE_aep();
|
||||
#endif /* !NO_HW_AEP */
|
||||
|
||||
#endif /* !NO_HW */
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Reference in New Issue
Block a user