]> arthur.barton.de Git - ngircd.git/commitdiff
Initialize SSL when needed only, and disable SSL on errors
authorAlexander Barton <alex@barton.de>
Fri, 21 Sep 2012 08:36:09 +0000 (10:36 +0200)
committerAlexander Barton <alex@barton.de>
Fri, 21 Sep 2012 08:36:09 +0000 (10:36 +0200)
With this patch, the SSL subsystem will only be initialized if at least
one SSL ports is configured; so you won't get "SSL initialization failed"
messages if you didn't configured it at all.

And if SSL initialization fails, no SSL listen ports will be enabled
later which never could establish a working SSL connection at all ...


No differences found