Loading ssl_engine_pphrase.c +3 −2 Original line number Diff line number Diff line Loading @@ -340,8 +340,9 @@ void ssl_pphrase_Handle(server_rec *s, apr_pool_t *p) cpPassPhraseCur = NULL; ssl_pphrase_server_rec = s; /* to make up for sslc flaw */ /* Ensure that the error stack is empty; otherwise the * OpenSSL UI code may dump it to stderr. */ /* Ensure that the error stack is empty; some SSL * functions will fail spuriously if the error stack * is not empty. */ ERR_clear_error(); bReadable = ((pPrivateKey = SSL_read_PrivateKey(szPath, NULL, Loading Loading
ssl_engine_pphrase.c +3 −2 Original line number Diff line number Diff line Loading @@ -340,8 +340,9 @@ void ssl_pphrase_Handle(server_rec *s, apr_pool_t *p) cpPassPhraseCur = NULL; ssl_pphrase_server_rec = s; /* to make up for sslc flaw */ /* Ensure that the error stack is empty; otherwise the * OpenSSL UI code may dump it to stderr. */ /* Ensure that the error stack is empty; some SSL * functions will fail spuriously if the error stack * is not empty. */ ERR_clear_error(); bReadable = ((pPrivateKey = SSL_read_PrivateKey(szPath, NULL, Loading