diff options
author | Stefan Radomski <github@mintwerk.de> | 2017-05-30 19:48:04 (GMT) |
---|---|---|
committer | Stefan Radomski <github@mintwerk.de> | 2017-05-30 19:48:04 (GMT) |
commit | d6cf6e2f11e0055707ec810928d75e82d9ed9ec2 (patch) | |
tree | 2850b9fe12d923a3fab94e97f0bdcafacc4a9db1 /contrib/src | |
parent | ca31d356e44e19649eeb8340eb1451ea3f477cfa (diff) | |
download | uscxml-d6cf6e2f11e0055707ec810928d75e82d9ed9ec2.zip uscxml-d6cf6e2f11e0055707ec810928d75e82d9ed9ec2.tar.gz uscxml-d6cf6e2f11e0055707ec810928d75e82d9ed9ec2.tar.bz2 |
Updated libevent version for SSL support
Diffstat (limited to 'contrib/src')
-rw-r--r-- | contrib/src/uscxml/InterpreterOptions.cpp | 2 |
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]"); |