remove erroneous assertion
authorEirik Tsarpalis <eirik.tsarpalis@gmail.com>
Tue, 11 Feb 2020 16:19:01 +0000 (16:19 +0000)
committerEirik Tsarpalis <eirik.tsarpalis@gmail.com>
Fri, 14 Feb 2020 15:32:53 +0000 (15:32 +0000)
src/libraries/Common/src/System/Security/Cryptography/PasswordBasedEncryption.cs

index 678e989..5780e28 100644 (file)
@@ -326,8 +326,6 @@ namespace System.Security.Cryptography
                 }
             }
 
-            Debug.Assert(pwdTmpBytes != null);
-
             fixed (byte* pkcs8RentPin = sourceRent)
             fixed (byte* pwdTmpBytesPtr = pwdTmpBytes)
             {