summaryrefslogtreecommitdiff
path: root/xmlsecurity/util/target.pmk
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/util/target.pmk')
-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