We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5030991 commit a1bc4b5Copy full SHA for a1bc4b5
win32/configure.js
@@ -150,7 +150,7 @@ function usage()
150
txt += " lib: Additional search path for the linker, particularily\n";
151
txt += " where libxml library can be found (" + buildLib + ")\n";
152
txt += "\nCrypto options, default value given in parentheses:\n\n";
153
- txt += " with-openssl3-engines: Enable dynamic loading of xmlsec-crypto libraries (" + (withOpenSSL3Engines ? "yes" : "no") + ")\n";
+ txt += " with-openssl3-engines: Enable ENGINE interface support for OpenSSL (" + (withOpenSSL3Engines ? "yes" : "no") + ")\n";
154
WScript.Echo(txt);
155
}
156
0 commit comments