Searched defs:library (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/session/
H A Dmod_session_crypto.c55 const char *library; member in struct:__anon312
410 if (conf->library) {
422 rv = apr_crypto_get_driver(&driver, conf->library, conf->params, &err, p);
426 "using existing configuration", conf->library);
431 "The crypto library '%s' could not be loaded: %s (%s: %d)", conf->library, err->msg, err->reason, err->rc);
436 "The crypto library '%s' could not be found",
437 conf->library);
442 "The crypto library '%s' could not be loaded",
443 conf->library);
[all...]

Completed in 19 milliseconds