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:
Mark J. Cox
2001-11-12 11:17:19 +00:00
parent d8616888ee
commit 37fe697597
6 changed files with 59 additions and 3 deletions

View File

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