From 4b56799092646e9713b4ea88d931d0466175c2a8 Mon Sep 17 00:00:00 2001 From: Milan Tomic Date: Sun, 21 Aug 2005 14:50:48 +0000 Subject: [PATCH] Added support for NSS crypto layer. git-svn-id: https://svn.apache.org/repos/asf/xml/security/trunk@351436 13f79535-47bb-0310-9956-ffa450edef68 --- c/src/framework/XSECW32Config.hpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/c/src/framework/XSECW32Config.hpp b/c/src/framework/XSECW32Config.hpp index 992ac992f1..d90a52c6ce 100644 --- a/c/src/framework/XSECW32Config.hpp +++ b/c/src/framework/XSECW32Config.hpp @@ -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