mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
* modules/ssl/ssl_util_stapling.c (stapling_cb): Use mySrvFromConn(),
thanks to rpluem. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@830546 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -573,8 +573,7 @@ static int stapling_mutex_off(server_rec *s)
|
||||
static int stapling_cb(SSL *ssl, void *arg)
|
||||
{
|
||||
conn_rec *conn = (conn_rec *)SSL_get_app_data(ssl);
|
||||
server_rec *s = conn->base_server;
|
||||
|
||||
server_rec *s = mySrvFromConn(conn);
|
||||
SSLSrvConfigRec *sc = mySrvConfig(s);
|
||||
SSLConnRec *sslconn = myConnConfig(conn);
|
||||
modssl_ctx_t *mctx = myCtxConfig(sslconn, sc);
|
||||
|
Reference in New Issue
Block a user