X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fmain.cpp;h=ced7d5bd15c6fcd16322855c476f123bc9422919;hb=100a2678adf2016b7b4753d09d868929de83294e;hp=198e76be4b8fb6d1cbfd29c99d5644da2efef6f8;hpb=4df8d4afa450d4686bc4321b399bcb244f04d220;p=quassel.git diff --git a/src/common/main.cpp b/src/common/main.cpp index 198e76be..ced7d5bd 100644 --- a/src/common/main.cpp +++ b/src/common/main.cpp @@ -115,6 +115,9 @@ int main(int argc, char **argv) cliParser->addOption("change-userpass ", 0, "Starts an interactive session to change the password of the user identified by username"); cliParser->addSwitch("oidentd", 0, "Enable oidentd integration"); cliParser->addOption("oidentd-conffile ", 0, "Set path to oidentd configuration file"); +#ifdef HAVE_SSL + cliParser->addSwitch("require-ssl", 0, "Require SSL for client connections"); +#endif #endif #ifdef HAVE_KDE