X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=shibsp%2Fimpl%2FXMLServiceProvider.cpp;h=9d944010a5173192ad1717453e4c2cc564847df5;hb=373b538b66576f48d19d3c6ee1539a17a842cafa;hp=ad339fa1b3b2a8cb3f1966a8aae7eb8fbde115a9;hpb=15581859b128e502872e1a86c6089a83bdbc3909;p=shibboleth%2Fsp.git diff --git a/shibsp/impl/XMLServiceProvider.cpp b/shibsp/impl/XMLServiceProvider.cpp index ad339fa..9d94401 100644 --- a/shibsp/impl/XMLServiceProvider.cpp +++ b/shibsp/impl/XMLServiceProvider.cpp @@ -445,8 +445,8 @@ XMLApplication::XMLApplication( SPConfig& conf=SPConfig::getConfig(); #ifndef SHIBSP_LITE SAMLConfig& samlConf=SAMLConfig::getConfig(); -#endif XMLToolingConfig& xmlConf=XMLToolingConfig::getConfig(); +#endif // This used to be an actual hash, but now it's just a hex-encode to avoid xmlsec. static char DIGITS[] = {'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f'};