diff options
author | Michael Mi <mmi@openoffice.org> | 2004-07-15 07:22:31 +0000 |
---|---|---|
committer | Michael Mi <mmi@openoffice.org> | 2004-07-15 07:22:31 +0000 |
commit | 4f5c038a8f09279eef76ef1eb57d3db1e6580316 (patch) | |
tree | 928b9011b2f10fa14837a66320bb43c7908caa5b | |
parent | 00277ed1496bec1ad241f6142250e0a2774d76d0 (diff) |
Issue number:
Submitted by: Andrew Fan
Reviewed by:
Change file head name in the include.
-rw-r--r-- | xmlsecurity/tools/standalone/csfit/certmngr.cxx | 6 | ||||
-rw-r--r-- | xmlsecurity/tools/standalone/csfit/decrypter.cxx | 8 | ||||
-rw-r--r-- | xmlsecurity/tools/standalone/csfit/encrypter.cxx | 8 | ||||
-rw-r--r-- | xmlsecurity/tools/standalone/csfit/makefile.mk | 9 | ||||
-rw-r--r-- | xmlsecurity/tools/standalone/csfit/signer.cxx | 8 | ||||
-rw-r--r-- | xmlsecurity/tools/standalone/csfit/verifier.cxx | 8 |
6 files changed, 26 insertions, 21 deletions
diff --git a/xmlsecurity/tools/standalone/csfit/certmngr.cxx b/xmlsecurity/tools/standalone/csfit/certmngr.cxx index b3c4b3835..e5b58ab61 100644 --- a/xmlsecurity/tools/standalone/csfit/certmngr.cxx +++ b/xmlsecurity/tools/standalone/csfit/certmngr.cxx @@ -2,9 +2,9 @@ * * $RCSfile: certmngr.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: mt $ $Date: 2004-07-12 13:15:25 $ + * last change: $Author: mmi $ $Date: 2004-07-15 08:22:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -68,7 +68,7 @@ #include "libxslt/xslt.h" #endif -#include "SecurityEnvironment_NssImpl.hxx" +#include "securityenvironment_nssimpl.hxx" #include "nspr.h" #include "prtypes.h" diff --git a/xmlsecurity/tools/standalone/csfit/decrypter.cxx b/xmlsecurity/tools/standalone/csfit/decrypter.cxx index 7ddcfbcd9..2896efdc7 100644 --- a/xmlsecurity/tools/standalone/csfit/decrypter.cxx +++ b/xmlsecurity/tools/standalone/csfit/decrypter.cxx @@ -2,9 +2,9 @@ * * $RCSfile: decrypter.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: mt $ $Date: 2004-07-12 13:15:25 $ + * last change: $Author: mmi $ $Date: 2004-07-15 08:22:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -69,8 +69,8 @@ #endif -#include "SecurityEnvironment_NssImpl.hxx" -#include "XMLElementWrapper_XmlSecImpl.hxx" +#include "securityenvironment_nssimpl.hxx" +#include "xmlelementwrapper_xmlsecimpl.hxx" #include "nspr.h" #include "prtypes.h" diff --git a/xmlsecurity/tools/standalone/csfit/encrypter.cxx b/xmlsecurity/tools/standalone/csfit/encrypter.cxx index 070f96de3..12a113be5 100644 --- a/xmlsecurity/tools/standalone/csfit/encrypter.cxx +++ b/xmlsecurity/tools/standalone/csfit/encrypter.cxx @@ -2,9 +2,9 @@ * * $RCSfile: encrypter.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: mt $ $Date: 2004-07-12 13:15:25 $ + * last change: $Author: mmi $ $Date: 2004-07-15 08:22:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -68,8 +68,8 @@ #include "libxslt/xslt.h" #endif -#include "SecurityEnvironment_NssImpl.hxx" -#include "XMLElementWrapper_XmlSecImpl.hxx" +#include "securityenvironment_nssimpl.hxx" +#include "xmlelementwrapper_xmlsecimpl.hxx" #include "nspr.h" #include "prtypes.h" diff --git a/xmlsecurity/tools/standalone/csfit/makefile.mk b/xmlsecurity/tools/standalone/csfit/makefile.mk index 450233169..78799436f 100644 --- a/xmlsecurity/tools/standalone/csfit/makefile.mk +++ b/xmlsecurity/tools/standalone/csfit/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: mt $ $Date: 2004-07-12 13:15:25 $ +# last change: $Author: mmi $ $Date: 2004-07-15 08:22:31 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -79,6 +79,10 @@ LIBTARGET=NO .IF "$(CRYPTO_ENGINE)" == "nss" +MOZ_INC = $(SOLARVERSION)$/$(INPATH)$/inc$(UPDMINOREXT)$/mozilla +NSS_INC = $(MOZ_INC)$/nss +NSPR_INC = $(MOZ_INC)$/nspr + CDEFS += -DXMLSEC_CRYPTO_NSS -DXMLSEC_NO_XSLT SOLARINC += \ -I$(MOZ_INC) \ @@ -92,6 +96,7 @@ SOLARINC += \ SHARE_LIBS = \ $(CPPULIB) \ $(CPPUHELPERLIB) \ + $(SALHELPERLIB) \ $(SALLIB) .IF "$(GUI)"=="WNT" diff --git a/xmlsecurity/tools/standalone/csfit/signer.cxx b/xmlsecurity/tools/standalone/csfit/signer.cxx index a39407994..c73829eaa 100644 --- a/xmlsecurity/tools/standalone/csfit/signer.cxx +++ b/xmlsecurity/tools/standalone/csfit/signer.cxx @@ -2,9 +2,9 @@ * * $RCSfile: signer.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: mt $ $Date: 2004-07-12 13:15:25 $ + * last change: $Author: mmi $ $Date: 2004-07-15 08:22:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -68,8 +68,8 @@ #include "libxslt/xslt.h" #endif -#include "SecurityEnvironment_NssImpl.hxx" -#include "XMLElementWrapper_XmlSecImpl.hxx" +#include "securityenvironment_nssimpl.hxx" +#include "xmlelementwrapper_xmlsecimpl.hxx" #include "nspr.h" #include "prtypes.h" diff --git a/xmlsecurity/tools/standalone/csfit/verifier.cxx b/xmlsecurity/tools/standalone/csfit/verifier.cxx index add5c93e5..aeffa3c33 100644 --- a/xmlsecurity/tools/standalone/csfit/verifier.cxx +++ b/xmlsecurity/tools/standalone/csfit/verifier.cxx @@ -2,9 +2,9 @@ * * $RCSfile: verifier.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: mt $ $Date: 2004-07-12 13:15:25 $ + * last change: $Author: mmi $ $Date: 2004-07-15 08:22:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -68,8 +68,8 @@ #include "libxslt/xslt.h" #endif -#include "SecurityEnvironment_NssImpl.hxx" -#include "XMLElementWrapper_XmlSecImpl.hxx" +#include "securityenvironment_nssimpl.hxx" +#include "xmlelementwrapper_xmlsecimpl.hxx" #include "nspr.h" #include "prtypes.h" |