summaryrefslogtreecommitdiffstats
path: root/contrib/src/uscxml
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2017-05-30 19:48:04 (GMT)
committerStefan Radomski <github@mintwerk.de>2017-05-30 19:48:04 (GMT)
commitd6cf6e2f11e0055707ec810928d75e82d9ed9ec2 (patch)
tree2850b9fe12d923a3fab94e97f0bdcafacc4a9db1 /contrib/src/uscxml
parentca31d356e44e19649eeb8340eb1451ea3f477cfa (diff)
downloaduscxml-d6cf6e2f11e0055707ec810928d75e82d9ed9ec2.zip
uscxml-d6cf6e2f11e0055707ec810928d75e82d9ed9ec2.tar.gz
uscxml-d6cf6e2f11e0055707ec810928d75e82d9ed9ec2.tar.bz2
Updated libevent version for SSL support
Diffstat (limited to 'contrib/src/uscxml')
-rw-r--r--contrib/src/uscxml/InterpreterOptions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/src/uscxml/InterpreterOptions.cpp b/contrib/src/uscxml/InterpreterOptions.cpp
index d3d50be..4c487e2 100644
--- a/contrib/src/uscxml/InterpreterOptions.cpp
+++ b/contrib/src/uscxml/InterpreterOptions.cpp
@@ -44,7 +44,7 @@ void InterpreterOptions::printUsageAndExit(const char* progName) {
printf(" [-p pluginPath]");
#endif
printf(" [-tN]");
-#ifdef EVENT_SSL_FOUND
+#ifdef HTTPS_ENABLED
printf(" [-sN] [--certificate=FILE | --private-key=FILE --public-key=FILE] ");
#endif
printf(" \\\n\t\t URL1 [--disable-http] [--option1=value1 --option2=value2]");