summary refs log tree commit diff
path: root/crypto/src/x509/X509Crl.cs
diff options
context:
space:
mode:
authorDavid Hook <dgh@bouncycastle.org>2015-10-24 20:39:19 +1100
committerDavid Hook <dgh@bouncycastle.org>2015-10-24 20:39:19 +1100
commit97244e96eee11da4255a6eca3c45f3e321602694 (patch)
tree8f1fdfddd4f001d06f827f74db49e9691b2d2a4e /crypto/src/x509/X509Crl.cs
parentfixed file name (diff)
downloadBouncyCastle.NET-ed25519-97244e96eee11da4255a6eca3c45f3e321602694.tar.xz
Fixed naming of Asn1 implementation
Diffstat (limited to 'crypto/src/x509/X509Crl.cs')
-rw-r--r--crypto/src/x509/X509Crl.cs2
1 files changed, 1 insertions, 1 deletions
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));
 		}
 
         /// <summary>