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 2003/06/23 12:00:33 UTC

cvs commit: xml-security/c/src/tools/templatesign templatesign.cpp

blautenb    2003/06/23 03:00:33

  Modified:    c/src/tools/templatesign templatesign.cpp
  Log:
  Allow for full decoupling from OpenSSL
  
  Revision  Changes    Path
  1.9       +2 -2      xml-security/c/src/tools/templatesign/templatesign.cpp
  
  Index: templatesign.cpp
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/tools/templatesign/templatesign.cpp,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- templatesign.cpp	1 Jun 2003 12:20:08 -0000	1.8
  +++ templatesign.cpp	23 Jun 2003 10:00:33 -0000	1.9
  @@ -1179,7 +1179,7 @@
   	delete [] (XMLCh *) encNameStr;   // Cast to allow delete[] const
   	delete formatTarget;
   
  -#if defined (_WIN32)
  +#if defined (_WIN32) && defined (HAVE_WINCAPI)
   	if (win32DSSCSP != 0)
   		CryptReleaseContext(win32DSSCSP,0);
   	if (win32RSACSP != 0)