Displaying 1 result from an estimated 1 matches for "engineindex".
2008 May 07
2
Request for generic engine support
...ult_algorithms = RAND,RSA
default_algorithms = ALL
# Load and initialize the engine
init = 1
----------------------------------
===========================================
Add to 'struct ServerOptions' in servconf.h:
--------------------------------------------
50a68,71
> int engineindex; /*engine index in host_key_files */
> char *engconffile; /*engine config information */
> char *engconfstanza; /* engine config stanza */
>
--------------------------------------------
===================
Add to servconf.c:
--------------------------------------------
74a...