You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/xml-security-c/files/xml-security-c-1.6.1-nss-co...

14 lines
498 B

diff --git a/xsec/tools/xtest/xtest.cpp b/xsec/tools/xtest/xtest.cpp
index ec40cb2..9cd389e 100644
--- a/xsec/tools/xtest/xtest.cpp
+++ b/xsec/tools/xtest/xtest.cpp
@@ -2566,7 +2566,7 @@ int main(int argc, char **argv) {
}
#endif
#if defined(XSEC_HAVE_NSS)
- else if (stricmp(argv[paramCount], "--nss") == 0 || stricmp(argv[paramCount], "-n") == 0) {
+ else if (_stricmp(argv[paramCount], "--nss") == 0 || _stricmp(argv[paramCount], "-n") == 0) {
g_useNSS = true;
paramCount++;
}