You've already forked linux-packaging-mono
Imported Upstream version 3.12.0
Former-commit-id: cf92446697332992ec36726e78eb8703e1f259d7
This commit is contained in:
@ -144,7 +144,6 @@ namespace MonoTests.System.Security.Cryptography {
|
||||
Stream readStream;
|
||||
Stream writeStream;
|
||||
ICryptoTransform encryptor;
|
||||
ICryptoTransform decryptor;
|
||||
CryptoStream cs;
|
||||
SymmetricAlgorithm aes;
|
||||
|
||||
@ -156,7 +155,6 @@ namespace MonoTests.System.Security.Cryptography {
|
||||
writeStream = new MemoryStream (new byte [0], true);
|
||||
aes = SymmetricAlgorithm.Create ();
|
||||
encryptor = aes.CreateEncryptor ();
|
||||
decryptor = aes.CreateEncryptor ();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user