Another ENGINE that's been working in 0.9.6-engine for a while that will

be included for 0.9.6c-engine.
This commit is contained in:
Geoff Thorpe
2001-11-17 05:29:25 +00:00
parent b5719e9673
commit b26f6ee5f2
7 changed files with 1306 additions and 6 deletions

View File

@@ -165,6 +165,11 @@ ENGINE *ENGINE_sureware();
/* Returns a structure of ubsec methods. */
ENGINE *ENGINE_ubsec();
#endif /* !NO_HW_UBSEC */
#ifndef NO_HW_KEYCLIENT
/* Returns a structure of keyclient methods. */
ENGINE *ENGINE_keyclient();
#endif /* !NO_HW_KEYCLIENT */
#endif /* !NO_HW */
#ifdef __cplusplus