mav60: #164341# fix problems with the new implementation
This commit is contained in:
@@ -291,7 +291,7 @@ sal_Int32 SAL_CALL XUnbufferedStream::readBytes( Sequence< sal_Int8 >& aData, sa
|
||||
|
||||
if ( mbCheckCRC && ( !mbRawStream || mbWrappedRaw ) )
|
||||
{
|
||||
if ( m_xCipherContext.is() && !mbWrappedRaw )
|
||||
if ( !m_xCipherContext.is() && !mbWrappedRaw )
|
||||
maCRC.update( aData );
|
||||
|
||||
#if 0
|
||||
|
@@ -33,8 +33,6 @@
|
||||
</implementation>
|
||||
<implementation name="com.sun.star.xml.security.bridge.xmlsec.SEInitializer_NssImpl">
|
||||
<service name="com.sun.star.xml.crypto.NSSInitializer"/>
|
||||
</implementation>
|
||||
<implementation name="com.sun.star.xml.security.bridge.xmlsec.SEInitializer_NssImpl">
|
||||
<service name="com.sun.star.xml.crypto.SEInitializer"/>
|
||||
</implementation>
|
||||
<implementation name="com.sun.star.xml.security.bridge.xmlsec.SecurityEnvironment_NssImpl">
|
||||
|
Reference in New Issue
Block a user