mirror of
https://github.com/znc/znc.git
synced 2026-08-08 18:03:22 +02:00
The last commit broke with --disable-openssl *fix*
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1103 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -84,10 +84,10 @@ int main(int argc, char** argv) {
|
||||
int iArg, iOptIndex = -1;
|
||||
bool bMakeConf = false;
|
||||
bool bMakePass = false;
|
||||
bool bAllowRoot = false;
|
||||
#ifdef HAVE_LIBSSL
|
||||
bool bMakePem = false;
|
||||
bool bEncPem = false;
|
||||
bool bAllowRoot = false;
|
||||
|
||||
while ((iArg = getopt_long(argc, argv, "hvnrcsped:", g_LongOpts, &iOptIndex)) != -1) {
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user