X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fmain.cpp;h=ced7d5bd15c6fcd16322855c476f123bc9422919;hp=198e76be4b8fb6d1cbfd29c99d5644da2efef6f8;hb=bd2f6b000aca217a680b24b59effb2fb6489be4b;hpb=0e80eb98d55efe53d280b38984426318317bcb1a 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