Displaying 1 result from an estimated 1 matches for "engconffile".
2008 May 07
2
Request for generic engine support
...alize 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:
--------------------------------------------
74a67,69
> options->engineindex = -1;
> options-&g...