diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2023-10-23 20:05:22 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2023-10-23 20:05:22 +0700 |
commit | e9b60023b5a5e21395c9d43080eaba0455e257fb (patch) | |
tree | db6f0208eddd01eab6e9aef9ee191aab712e4561 /crypto/test | |
parent | additional EC regression test (diff) | |
download | BouncyCastle.NET-ed25519-e9b60023b5a5e21395c9d43080eaba0455e257fb.tar.xz |
Clean up warnings
Diffstat (limited to 'crypto/test')
-rw-r--r-- | crypto/test/src/cms/test/SignedDataTest.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/test/src/cms/test/SignedDataTest.cs b/crypto/test/src/cms/test/SignedDataTest.cs index 158fc0ea9..d536111ae 100644 --- a/crypto/test/src/cms/test/SignedDataTest.cs +++ b/crypto/test/src/cms/test/SignedDataTest.cs @@ -1517,7 +1517,6 @@ namespace Org.BouncyCastle.Cms.Tests public void TestEncryptionAlgECPublicKey() { - bool isValid = true; byte[] sigBlock = Base64.Decode( "MIIEdwYJKoZIhvcNAQcCoIIEaDCCBGQCAQExDzANBglghkgBZQMEAgEFADAUBgkqhkiG9w" + "0BBwGgBwQFAQIDBAWgggMPMIIDCzCCAm6gAwIBAgIJALt88oa4pHaNMAkGByqGSM49BAEw" + |