From 17913b62ebcc11a32df5d9207a2daa06205cff01 Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Sun, 6 Sep 2015 17:40:54 +0700 Subject: Fix class declaration --- crypto/src/math/Primes.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/src') diff --git a/crypto/src/math/Primes.cs b/crypto/src/math/Primes.cs index 55d739f34..420c3cc5a 100644 --- a/crypto/src/math/Primes.cs +++ b/crypto/src/math/Primes.cs @@ -9,7 +9,7 @@ namespace Org.BouncyCastle.Math /** * Utility methods for generating primes and testing for primality. */ - public static class Primes + public abstract class Primes { private static readonly BigInteger One = BigInteger.One; private static readonly BigInteger Two = BigInteger.Two; -- cgit 1.5.1