diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-03-30 10:37:17 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-03-30 10:37:17 +0000 |
commit | b00c233d9188f2c157c67ed79c9cc59a44326a47 (patch) | |
tree | 100ae323f99d6f0a2cdb826d93db29492c761d59 /xmlsecurity | |
parent | ac7b9135308a781ed2dbe8d61242a8e49e7e7970 (diff) |
INTEGRATION: CWS systemmozilla (1.3.22); FILE MERGED
2005/01/17 13:32:06 rene 1.3.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')
-rw-r--r-- | xmlsecurity/source/xmlsec/nss/x509certificate_nssimpl.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xmlsecurity/source/xmlsec/nss/x509certificate_nssimpl.hxx b/xmlsecurity/source/xmlsec/nss/x509certificate_nssimpl.hxx index d7c68f6f758b..8d5c1259d50b 100644 --- a/xmlsecurity/source/xmlsec/nss/x509certificate_nssimpl.hxx +++ b/xmlsecurity/source/xmlsec/nss/x509certificate_nssimpl.hxx @@ -2,9 +2,9 @@ * * $RCSfile: x509certificate_nssimpl.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-03-29 13:27:25 $ + * last change: $Author: rt $ $Date: 2005-03-30 11:37:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -94,6 +94,9 @@ #include <com/sun/star/security/XCertificate.hpp> #endif +#ifdef SYSTEM_MOZILLA +#include "nssrenam.h" +#endif #include "cert.h" class X509Certificate_NssImpl : public ::cppu::WeakImplHelper2< |