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:
psychon
2008-06-24 08:43:51 +00:00
parent 1a7895cbd4
commit 29c26643e3
+1 -1
View File
@@ -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