blautenb    2003/05/09 05:07:11

  Modified:    c/src/tools/checksig checksig.cpp
  Log:
  De-sensitised memory debugging
  
  Revision  Changes    Path
  1.17      +5 -2      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.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- checksig.cpp      8 May 2003 12:10:58 -0000       1.16
  +++ checksig.cpp      9 May 2003 12:07:11 -0000       1.17
  @@ -155,6 +155,8 @@
   
   #endif
   
  +#include <time.h>
  +
   #ifdef XSEC_NO_XALAN
   
   std::ostream& operator<< (std::ostream& target, const XMLCh * s)
  @@ -546,6 +548,7 @@
                return 2;
        }
   
  +#if 0
        catch (...) {
   
                cerr << "Unknown Exception type occured.  Cleaning up and 
exiting\n" << endl;
  @@ -553,7 +556,7 @@
                return 2;
   
        }
  -
  +#endif
        int retResult;
   
   
  
  
  

Reply via email to