Back-port of Broadcom engine code from 0.9.7 to 0.9.6, but with a few

patches taken from Red Hat Linux 7.2.  Original code from Broadcom with
patches and backport by Nalin, more backport to fix warnings and const
changes by Mark
Submitted by: Mark Cox
Reviewed by:
PR:
This commit is contained in:
Mark J. Cox
2001-11-12 20:28:09 +00:00
parent b1d9279a41
commit c3970428ac
8 changed files with 588 additions and 396 deletions

View File

@@ -161,6 +161,10 @@ ENGINE *ENGINE_aep();
ENGINE *ENGINE_sureware();
#endif /* !NO_HW_SUREWARE */
#ifndef NO_HW_UBSEC
/* Returns a structure of ubsec methods. */
ENGINE *ENGINE_ubsec();
#endif /* !NO_HW_UBSEC */
#endif /* !NO_HW */
#ifdef __cplusplus