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 ( mbCheckCRC && ( !mbRawStream || mbWrappedRaw ) )
|
||||||
{
|
{
|
||||||
if ( m_xCipherContext.is() && !mbWrappedRaw )
|
if ( !m_xCipherContext.is() && !mbWrappedRaw )
|
||||||
maCRC.update( aData );
|
maCRC.update( aData );
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
|
@@ -33,8 +33,6 @@
|
|||||||
</implementation>
|
</implementation>
|
||||||
<implementation name="com.sun.star.xml.security.bridge.xmlsec.SEInitializer_NssImpl">
|
<implementation name="com.sun.star.xml.security.bridge.xmlsec.SEInitializer_NssImpl">
|
||||||
<service name="com.sun.star.xml.crypto.NSSInitializer"/>
|
<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"/>
|
<service name="com.sun.star.xml.crypto.SEInitializer"/>
|
||||||
</implementation>
|
</implementation>
|
||||||
<implementation name="com.sun.star.xml.security.bridge.xmlsec.SecurityEnvironment_NssImpl">
|
<implementation name="com.sun.star.xml.security.bridge.xmlsec.SecurityEnvironment_NssImpl">
|
||||||
|
Reference in New Issue
Block a user