search for: key_load_engine_priv

Displaying 1 result from an estimated 1 matches for "key_load_engine_priv".

2008 May 07
2
Request for generic engine support
...if (!arg || *arg == '\0') > fatal("%s line %d: missing stanza", > filename, linenum); > break; > --------------------------------------------- ============================================= key_load_engine_private() added to authfile.c: --------------------------------------------- 48a49,50 > #include <openssl/conf.h> > #include <openssl/engine.h> 611a614,679 > return prv; > } > > /* Arguments passphrase and commentp are not used */ > Key * > key_load_engine_pri...