From fa4a943c17e47bf910596a414fd7287983350b9b Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Sun, 24 Feb 2008 03:11:57 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_7_0_0'. --- .../files/patch-shib-target_shib-handlers.cpp | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 security/shibboleth2-sp/files/patch-shib-target_shib-handlers.cpp (limited to 'security/shibboleth2-sp/files/patch-shib-target_shib-handlers.cpp') diff --git a/security/shibboleth2-sp/files/patch-shib-target_shib-handlers.cpp b/security/shibboleth2-sp/files/patch-shib-target_shib-handlers.cpp deleted file mode 100644 index 70aeb1660820..000000000000 --- a/security/shibboleth2-sp/files/patch-shib-target_shib-handlers.cpp +++ /dev/null @@ -1,16 +0,0 @@ - -$FreeBSD$ - ---- shib-target/shib-handlers.cpp.orig -+++ shib-target/shib-handlers.cpp -@@ -544,8 +544,8 @@ - for (; *s; s++) { - if (strchr(badchars,*s) || *s<=0x20 || *s>=0x7F) { - ret+='%'; -- ret+=hexchar(*s >> 4); -- ret+=hexchar(*s & 0x0F); -+ ret+=hexchar((unsigned char)*s >> 4); -+ ret+=hexchar((unsigned char)*s & 0x0F); - } - else - ret+=*s; -- cgit v1.2.3