From 97244e96eee11da4255a6eca3c45f3e321602694 Mon Sep 17 00:00:00 2001 From: David Hook Date: Sat, 24 Oct 2015 20:39:19 +1100 Subject: Fixed naming of Asn1 implementation --- crypto/src/x509/X509Crl.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/src/x509') diff --git a/crypto/src/x509/X509Crl.cs b/crypto/src/x509/X509Crl.cs index 0492720a2..7b9547a1c 100644 --- a/crypto/src/x509/X509Crl.cs +++ b/crypto/src/x509/X509Crl.cs @@ -84,7 +84,7 @@ namespace Org.BouncyCastle.X509 public virtual void Verify( AsymmetricKeyParameter publicKey) { - Verify(new Asn1SignatureVerifierProvider(publicKey)); + Verify(new Asn1VerifierFactoryProvider(publicKey)); } /// -- cgit 1.5.1