mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
tab vs space
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1638412 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1065,7 +1065,7 @@ static apr_status_t ssl_init_server_certs(server_rec *s,
|
||||
if (!(cert = SSL_CTX_get0_certificate(mctx->ssl_ctx))) {
|
||||
#else
|
||||
ssl = SSL_new(mctx->ssl_ctx);
|
||||
if (ssl) {
|
||||
if (ssl) {
|
||||
/* Workaround bug in SSL_get_certificate in OpenSSL 0.9.8y */
|
||||
SSL_set_connect_state(ssl);
|
||||
cert = SSL_get_certificate(ssl);
|
||||
|
Reference in New Issue
Block a user