updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / xml-security-c / 1.6.1-nss-compilation-fix.patch
blob1635d6b80339b8cb8a941cae1a40583e377e52ee
1 diff --git a/xsec/tools/xtest/xtest.cpp b/xsec/tools/xtest/xtest.cpp
2 index ec40cb2..9cd389e 100644
3 --- a/xsec/tools/xtest/xtest.cpp
4 +++ b/xsec/tools/xtest/xtest.cpp
5 @@ -2566,7 +2566,7 @@ int main(int argc, char **argv) {
7 #endif
8 #if defined(XSEC_HAVE_NSS)
9 - else if (stricmp(argv[paramCount], "--nss") == 0 || stricmp(argv[paramCount], "-n") == 0) {
10 + else if (_stricmp(argv[paramCount], "--nss") == 0 || _stricmp(argv[paramCount], "-n") == 0) {
11 g_useNSS = true;
12 paramCount++;