mirror of
https://github.com/apache/httpd.git
synced 2025-08-04 05:42:12 +03:00
added empty line after var declaration.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@607425 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -208,6 +208,7 @@ int ssl_servername_cb(SSL *ssl, int *al, modssl_ctx_t *mctx)
|
||||
{
|
||||
const char *servername =
|
||||
SSL_get_servername(ssl, TLSEXT_NAMETYPE_host_name);
|
||||
|
||||
if (servername)
|
||||
return ssl_set_vhost_ctx(ssl, servername) ?
|
||||
SSL_TLSEXT_ERR_OK : SSL_TLSEXT_ERR_ALERT_FATAL;
|
||||
|
Reference in New Issue
Block a user