summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/xmlsec
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-03-30 10:37:03 +0000
committerRüdiger Timm <rt@openoffice.org>2005-03-30 10:37:03 +0000
commitac7b9135308a781ed2dbe8d61242a8e49e7e7970 (patch)
treecca3784bc4a70adb68f19e9e19ad10a12888b317 /xmlsecurity/source/xmlsec
parentb85f03994dd79b7922dd60f805c81b0ebbec56b4 (diff)
INTEGRATION: CWS systemmozilla (1.11.22); FILE MERGED
2005/03/12 00:00:34 rene 1.11.22.2: RESYNC: (1.11-1.12); FILE MERGED 2005/01/17 13:32:05 rene 1.11.22.1: implement MOZ_NSS_HACK to build even without PK11_GetCertFromPrivateKey missing from mozilla and use nssrenam.h, needed for e.g. CERT_DecodeDERCertificate availavailablity
Diffstat (limited to 'xmlsecurity/source/xmlsec')
-rw-r--r--xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.cxx b/xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.cxx
index a0628fb78f46..7d6d4342f44d 100644
--- a/xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.cxx
+++ b/xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: seinitializer_nssimpl.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: vg $ $Date: 2005-03-10 18:13:08 $
+ * last change: $Author: rt $ $Date: 2005-03-30 11:37:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -96,6 +96,9 @@
#include "nspr.h"
#include "prtypes.h"
#include "pk11func.h"
+#ifdef SYSTEM_MOZILLA
+#include "nssrenam.h"
+#endif
#include "cert.h"
#include "cryptohi.h"
#include "certdb.h"