summaryrefslogtreecommitdiff
path: root/xmlsecurity/util
diff options
context:
space:
mode:
authorMichael Mi <mmi@openoffice.org>2004-07-23 02:04:53 +0000
committerMichael Mi <mmi@openoffice.org>2004-07-23 02:04:53 +0000
commit401fc9b2074fae68e9386b86e1a047e72ae29191 (patch)
treeeb85329fa47ca5cb685951cab7185867cf73fe43 /xmlsecurity/util
parent9f3abd38e07252fe00cab97c35057c9f81a22db0 (diff)
nss -> mscrtpro for Windows
Issue number: Submitted by: Reviewed by:
Diffstat (limited to 'xmlsecurity/util')
-rw-r--r--xmlsecurity/util/target.pmk8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmlsecurity/util/target.pmk b/xmlsecurity/util/target.pmk
index fde65a6600f5..5869849c5010 100644
--- a/xmlsecurity/util/target.pmk
+++ b/xmlsecurity/util/target.pmk
@@ -3,9 +3,9 @@
#
# $RCSfile: target.pmk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: mmi $ $Date: 2004-07-23 03:00:43 $
+# last change: $Author: mmi $ $Date: 2004-07-23 03:04:53 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -61,8 +61,8 @@
#
#*************************************************************************
.IF "$(GUI)" == "WNT"
-#CRYPTO_ENGINE = mscrypto
-CRYPTO_ENGINE = nss
+CRYPTO_ENGINE = mscrypto
+#CRYPTO_ENGINE = nss
.ELSE
CRYPTO_ENGINE = nss
.ENDIF