blautenb    2003/02/23 00:39:31

  Modified:    c/src/tools/checksig checksig.cpp
  Log:
  Fix to compile without Xalan
  
  Revision  Changes    Path
  1.9       +3 -1      xml-security/c/src/tools/checksig/checksig.cpp
  
  Index: checksig.cpp
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/tools/checksig/checksig.cpp,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- checksig.cpp      22 Feb 2003 08:47:24 -0000      1.8
  +++ checksig.cpp      23 Feb 2003 08:39:31 -0000      1.9
  @@ -460,8 +460,10 @@
        retResult = evaluate(argc, argv);
   
        XSECPlatformUtils::Terminate();
  +#ifndef XSEC_NO_XALAN
        XalanTransformer::terminate();
        XPathEvaluator::terminate();
  +#endif
        XMLPlatformUtils::Terminate();
   
   #if defined (_DEBUG) && defined (_MSC_VER)
  
  
  

Reply via email to