diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2000-08-19 23:46:25 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2000-08-19 23:46:25 +0000 |
commit | c9f3eb4a8823e5c6084466d3846aa10239a8c9cc (patch) | |
tree | e65b02d0be60cb99fd0cb7720c565efae0b42482 /usr.sbin/httpd | |
parent | aa349b1eb3c87ee1188e93504cb33ba67263b135 (diff) |
cleanup
Diffstat (limited to 'usr.sbin/httpd')
-rw-r--r-- | usr.sbin/httpd/src/modules/ssl/ssl_engine_init.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/httpd/src/modules/ssl/ssl_engine_init.c b/usr.sbin/httpd/src/modules/ssl/ssl_engine_init.c index 7fc665f6690..d2c8d55ad73 100644 --- a/usr.sbin/httpd/src/modules/ssl/ssl_engine_init.c +++ b/usr.sbin/httpd/src/modules/ssl/ssl_engine_init.c @@ -257,11 +257,7 @@ void ssl_init_Module(server_rec *s, pool *p) #ifdef __OpenBSD__ for (s2 = s; s2 != NULL; s2 = s2->next) { sc = mySrvConfig(s2); - /* - * Either now skip this server when SSL is disabled for - * it or give out some information about what we're - * configuring. - */ + /* find out if anyone's actually doing ssl */ if (sc->bEnabled) SSLenabled = 1; } |