[cpp-sp] 01/02: Add missing define for strcasecmp to AbstractSPRequest

Rod Widdowson rdw at steadingsoftware.com
Tue Jan 7 11:00:44 UTC 2025


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch main
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=5222d23c36e19ac2ec0cc0ee2b82ddaeb60119d9

commit 5222d23c36e19ac2ec0cc0ee2b82ddaeb60119d9
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Jan 7 10:57:02 2025 +0000

    Add missing define for strcasecmp to AbstractSPRequest
    
    ... as per AbstractHandler
---
 shibsp/AbstractSPRequest.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/shibsp/AbstractSPRequest.cpp b/shibsp/AbstractSPRequest.cpp
index 903457ef..1cff7c0a 100644
--- a/shibsp/AbstractSPRequest.cpp
+++ b/shibsp/AbstractSPRequest.cpp
@@ -32,6 +32,7 @@
 
 #ifndef HAVE_STRCASECMP
 # define strncasecmp _strnicmp
+# define strcasecmp _stricmp
 #endif
 
 using namespace shibsp;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list