Skip to content

Commit 5297fed

Browse files
Remove warning
1 parent 076a6d1 commit 5297fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crypto/test/src/asn1/test/X509ExtensionsTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public void TestAllowedDuplicateExtensions()
120120
extensionsGenerator.AddExtension(X509Extensions.AuditIdentity, false, new DerSequence(new Asn1EncodableVector(new Asn1Encodable[] { name2 })));
121121
Fail("Expected exception, not a white listed duplicate.");
122122
}
123-
catch (Exception ex)
123+
catch (Exception)
124124
{
125125
// ok
126126
}

0 commit comments

Comments
 (0)