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 cd44f80fc067..fde65a6600f5 100644
--- a/xmlsecurity/util/target.pmk
+++ b/xmlsecurity/util/target.pmk
@@ -3,9 +3,9 @@
#
# $RCSfile: target.pmk,v $
#
-# $Revision: 1.1.1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: mt $ $Date: 2004-07-12 13:15:31 $
+# last change: $Author: mmi $ $Date: 2004-07-23 03:00:43 $
#
# 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