Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Commit

Permalink
Added support for NSS crypto layer.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/xml/security/trunk@351436 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Milan Tomic committed Aug 21, 2005
1 parent 24948bb commit 4b56799
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions c/src/framework/XSECW32Config.hpp
Expand Up @@ -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)

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4b56799

Please sign in to comment.