You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by mi...@apache.org on 2005/08/21 16:50:48 UTC

cvs commit: xml-security/c/src/framework XSECW32Config.hpp

milan       2005/08/21 07:50:48

  Modified:    c/src/framework XSECW32Config.hpp
  Log:
  Added support for NSS crypto layer.
  
  Revision  Changes    Path
  1.28      +5 -3      xml-security/c/src/framework/XSECW32Config.hpp
  
  Index: XSECW32Config.hpp
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/framework/XSECW32Config.hpp,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- XSECW32Config.hpp	11 Jun 2005 10:55:33 -0000	1.27
  +++ XSECW32Config.hpp	21 Aug 2005 14:50:48 -0000	1.28
  @@ -76,7 +76,7 @@
    * Activate this #define if Xalan is not required (or desired)
    */
   
  -/* #define XSEC_NO_XALAN */
  +#define XSEC_NO_XALAN
   
   #if !defined (XSEC_NO_XALAN)
   
  @@ -137,10 +137,12 @@
    * Define presence of cryptographic providers
    */
   
  -#define HAVE_OPENSSL 1
  +//#define HAVE_OPENSSL 1
   
   #define HAVE_WINCAPI 1
   
  +#define HAVE_NSS 1
  +
   
   /*
    * Some settings for OpenSSL if we have it