Kaydet (Commit) a60cb23d authored tarafından tono's avatar tono

i#110193: Mingw port update fix: subject name of certificate in xmlsec

üst e28e96bb
......@@ -292,7 +292,7 @@ sal_Int16 SAL_CALL X509Certificate_MSCryptImpl :: getVersion() throw ( ::com::su
throw RuntimeException() ;
}
OUString xSubject(subject);
OUString xSubject(reinterpret_cast<const sal_Unicode*>(subject));
delete [] subject ;
return replaceTagSWithTagST(xSubject);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment