Author: spouliot
Date: 2007-02-06 14:18:31 -0500 (Tue, 06 Feb 2007)
New Revision: 72373

Modified:
   trunk/mcs/class/corlib/Mono.Security.Cryptography/SymmetricTransform.cs
Log:
was clear enough the first time (bis)

Modified: 
trunk/mcs/class/corlib/Mono.Security.Cryptography/SymmetricTransform.cs
===================================================================
--- trunk/mcs/class/corlib/Mono.Security.Cryptography/SymmetricTransform.cs     
2007-02-06 19:17:53 UTC (rev 72372)
+++ trunk/mcs/class/corlib/Mono.Security.Cryptography/SymmetricTransform.cs     
2007-02-06 19:18:31 UTC (rev 72373)
@@ -253,7 +253,7 @@
                                if (0 > len) {
                                        // there's a special case if this is 
the end of the decryption process
                                        if (inputBuffer.Length - inputOffset - 
outputBuffer.Length == BlockSizeByte)
-                                               inputCount = inputCount = 
outputBuffer.Length - outputOffset;
+                                               inputCount = 
outputBuffer.Length - outputOffset;
                                        else
                                                throw new 
CryptographicException ("outputBuffer", Locale.GetText ("Overflow"));
                                }

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to