From a60cb23d130c38026eac724e04bff87f9fe09149 Mon Sep 17 00:00:00 2001 From: tono Date: Wed, 24 Mar 2010 19:23:56 +0900 Subject: i#110193: Mingw port update fix: subject name of certificate in xmlsec --- xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.cxx b/xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.cxx index 9c505800388f..8f983dae05de 100644 --- a/xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.cxx +++ b/xmlsecurity/source/xmlsec/mscrypt/x509certificate_mscryptimpl.cxx @@ -292,7 +292,7 @@ sal_Int16 SAL_CALL X509Certificate_MSCryptImpl :: getVersion() throw ( ::com::su throw RuntimeException() ; } - OUString xSubject(subject); + OUString xSubject(reinterpret_cast(subject)); delete [] subject ; return replaceTagSWithTagST(xSubject); -- cgit v1.2.3