summaryrefslogtreecommitdiffstats
path: root/modules/ssl/ssl_engine_init.c
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2013-08-06 17:21:52 +0200
committerJeff Trawick <trawick@apache.org>2013-08-06 17:21:52 +0200
commit505bdb0ba77dc8a244862ba202b71fd86f7ea1d7 (patch)
tree813db6268e7592edec1039dfeb83ef04231c419f /modules/ssl/ssl_engine_init.c
parent* remove "... and port" references added in http://svn.apache.org/viewvc?rev=... (diff)
downloadapache2-505bdb0ba77dc8a244862ba202b71fd86f7ea1d7.tar.xz
apache2-505bdb0ba77dc8a244862ba202b71fd86f7ea1d7.zip
tweak indentation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1510993 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--modules/ssl/ssl_engine_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ssl/ssl_engine_init.c b/modules/ssl/ssl_engine_init.c
index a5b15c8874..8a37b1e111 100644
--- a/modules/ssl/ssl_engine_init.c
+++ b/modules/ssl/ssl_engine_init.c
@@ -294,7 +294,7 @@ int ssl_init_Module(apr_pool_t *p, apr_pool_t *plog,
sc->enabled = SSL_ENABLED_TRUE;
}
- /* If sc->enabled is UNSET, then SSL is optional on this vhost */
+ /* If sc->enabled is UNSET, then SSL is optional on this vhost */
/* Fix up stuff that may not have been set */
if (sc->enabled == SSL_ENABLED_UNSET) {
sc->enabled = SSL_ENABLED_FALSE;