summaryrefslogtreecommitdiff
path: root/xmlsecurity/util
diff options
context:
space:
mode:
authorMalte Timmermann <mt@openoffice.org>2004-07-26 06:30:29 +0000
committerMalte Timmermann <mt@openoffice.org>2004-07-26 06:30:29 +0000
commitf2cd9e259fb634584b42ffebfd22622df3867065 (patch)
tree86ac6242c61a12f69fe30118d96081424587a134 /xmlsecurity/util
parent568e4e8c2e5f4a6b9351a3880f97c23a0c5a0f48 (diff)
#i21596# Digital Signatures...
Diffstat (limited to 'xmlsecurity/util')
-rw-r--r--xmlsecurity/util/exports_xsmscrypt.dxp5
-rw-r--r--xmlsecurity/util/exports_xsnss.dxp5
-rw-r--r--xmlsecurity/util/makefile.mk10
3 files changed, 6 insertions, 14 deletions
diff --git a/xmlsecurity/util/exports_xsmscrypt.dxp b/xmlsecurity/util/exports_xsmscrypt.dxp
index 208cad179969..9630d7e06768 100644
--- a/xmlsecurity/util/exports_xsmscrypt.dxp
+++ b/xmlsecurity/util/exports_xsmscrypt.dxp
@@ -1,8 +1,3 @@
component_getImplementationEnvironment
component_writeInfo
component_getFactory
-?numericStringToBigInteger@@YA?AV?$Sequence@C@uno@star@sun@com@@VOUString@rtl@@@Z
-?bigIntegerToNumericString@@YA?AVOUString@rtl@@V?$Sequence@C@uno@star@sun@com@@@Z
-?getUnoTunnelId@SecurityEnvironment_MSCryptImpl@@SAABV?$Sequence@C@uno@star@sun@com@@XZ
-?setNativeElement@XMLElementWrapper_XmlSecImpl@@QAEXQAU_xmlNode@@@Z
-?getUnoTunnelImplementationId@XMLElementWrapper_XmlSecImpl@@SA?AV?$Sequence@C@uno@star@sun@com@@XZ
diff --git a/xmlsecurity/util/exports_xsnss.dxp b/xmlsecurity/util/exports_xsnss.dxp
index 0986808b267b..9630d7e06768 100644
--- a/xmlsecurity/util/exports_xsnss.dxp
+++ b/xmlsecurity/util/exports_xsnss.dxp
@@ -1,8 +1,3 @@
component_getImplementationEnvironment
component_writeInfo
component_getFactory
-?bigIntegerToNumericString@@YA?AVOUString@rtl@@V?$Sequence@C@uno@star@sun@com@@@Z
-?numericStringToBigInteger@@YA?AV?$Sequence@C@uno@star@sun@com@@VOUString@rtl@@@Z
-?getUnoTunnelId@SecurityEnvironment_NssImpl@@SAABV?$Sequence@C@uno@star@sun@com@@XZ
-?setNativeElement@XMLElementWrapper_XmlSecImpl@@QAEXQAU_xmlNode@@@Z
-?getUnoTunnelImplementationId@XMLElementWrapper_XmlSecImpl@@SA?AV?$Sequence@C@uno@star@sun@com@@XZ
diff --git a/xmlsecurity/util/makefile.mk b/xmlsecurity/util/makefile.mk
index cffeb43fdb96..04728fdb50cc 100644
--- a/xmlsecurity/util/makefile.mk
+++ b/xmlsecurity/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.12 $
+# $Revision: 1.13 $
#
-# last change: $Author: mt $ $Date: 2004-07-26 06:14:21 $
+# last change: $Author: mt $ $Date: 2004-07-26 07:29:35 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -162,7 +162,9 @@ SHL4LIBS=\
$(SLB)$/dialogs.lib \
$(SLB)$/component.lib
-SHL4OBJS=$(SLO)$/baseencoding.obj
+SHL4OBJS=\
+ $(SLO)$/baseencoding.obj \
+ $(SLO)$/biginteger.obj
SHL4STDLIBS=\
$(CPPULIB) \
@@ -183,7 +185,7 @@ SHL4STDLIBS=\
#MT: Remove ixml2 and xs_comm (above) by cerating service for base encodings
.IF "$(GUI)"=="WNT"
-SHL4STDLIBS+= "ixml2.lib" "xmlsec.lib" "xsec_xmlsec.lib"
+SHL4STDLIBS+= "ixml2.lib" "xmlsec.lib"
.ELSE
SHL4STDLIBS+= "-lxml2" "-lxmlsec" "-lxsec_xmlsec"
.ENDIF