mav60: #164341# fix problems with the new implementation

This commit is contained in:
Mikhail Voytenko
2011-03-17 16:55:49 +01:00
parent 99e3106a3e
commit b92dc6c03d
2 changed files with 1 additions and 3 deletions

View File

@@ -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

View File

@@ -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">