You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by bl...@apache.org on 2004/01/26 01:14:40 UTC

cvs commit: xml-security/c/src/dsig DSIGTransformBase64.cpp

blautenb    2004/01/25 16:14:40

  Modified:    c/src/dsig DSIGTransformBase64.cpp
  Log:
  Mismatches parentheses when building without Xalan
  
  Revision  Changes    Path
  1.8       +3 -1      xml-security/c/src/dsig/DSIGTransformBase64.cpp
  
  Index: DSIGTransformBase64.cpp
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/dsig/DSIGTransformBase64.cpp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- DSIGTransformBase64.cpp	10 Nov 2003 22:10:37 -0000	1.7
  +++ DSIGTransformBase64.cpp	26 Jan 2004 00:14:40 -0000	1.8
  @@ -120,6 +120,8 @@
   			throw XSECException(XSECException::UnsupportedFunction,
   				"Unable to extract Base64 text from Nodes without XPath support");
   
  +		}
  +
   #else
   		
   			// Use an XPath transform to get "Self::text()" from the nodeset