[cpp-xmltooling COMMIT] /branches/REL_1/xmltooling/XMLToolingConfig.cpp
noreply at shibboleth.net
noreply at shibboleth.net
Tue Jul 3 16:43:03 EDT 2012
Author: scantor
Date: Tue Jul 3 16:43:03 2012
New Revision: 985
URL: http://svn.shibboleth.net/view/cpp-xmltooling?rev=985&view=rev
Log:
Wrong macro test
Modified:
branches/REL_1/xmltooling/XMLToolingConfig.cpp
Modified: branches/REL_1/xmltooling/XMLToolingConfig.cpp
URL: http://svn.shibboleth.net/view/cpp-xmltooling/branches/REL_1/xmltooling/XMLToolingConfig.cpp?rev=985&r1=984&r2=985&view=diff
==============================================================================
--- branches/REL_1/xmltooling/XMLToolingConfig.cpp (original)
+++ branches/REL_1/xmltooling/XMLToolingConfig.cpp Tue Jul 3 16:43:03 2012
@@ -798,7 +798,7 @@
registerXMLAlgorithm(DSIGConstants::s_unicodeStrURIRSA_1_5, "RSA", 0, ALGTYPE_KEYENCRYPT);
registerXMLAlgorithm(DSIGConstants::s_unicodeStrURIRSA_OAEP_MGFP1, "RSA", 0, ALGTYPE_KEYENCRYPT);
-#ifdef XMLTOOLING_XSEC_OAEP11
+#ifdef XMLTOOLING_XMLSEC_OAEP11
registerXMLAlgorithm(DSIGConstants::s_unicodeStrURIRSA_OAEP, "RSA", 0, ALGTYPE_KEYENCRYPT);
#endif
More information about the commits
mailing list