Skip to content

Commit a1bc4b5

Browse files
authored
Fix command help (#914)
1 parent 5030991 commit a1bc4b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win32/configure.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ function usage()
150150
txt += " lib: Additional search path for the linker, particularily\n";
151151
txt += " where libxml library can be found (" + buildLib + ")\n";
152152
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";
153+
txt += " with-openssl3-engines: Enable ENGINE interface support for OpenSSL (" + (withOpenSSL3Engines ? "yes" : "no") + ")\n";
154154
WScript.Echo(txt);
155155
}
156156

0 commit comments

Comments
 (0)