From bb1ac12b59e0365e9d1b59b6c492fa435f432a19 Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Tue, 17 Oct 2017 21:18:11 +0700 Subject: Fix test for .NET 1.1 --- crypto/test/src/crypto/test/RsaTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto') diff --git a/crypto/test/src/crypto/test/RsaTest.cs b/crypto/test/src/crypto/test/RsaTest.cs index 8f6e66e05..ace60b237 100644 --- a/crypto/test/src/crypto/test/RsaTest.cs +++ b/crypto/test/src/crypto/test/RsaTest.cs @@ -24,7 +24,7 @@ namespace Org.BouncyCastle.Crypto.Tests * Based on https://github.com/crocs-muni/roca/blob/master/java/BrokenKey.java * Credits: ported to Java by Martin Paljak */ - internal static class BrokenKey_CVE_2017_15361 + internal class BrokenKey_CVE_2017_15361 { private static readonly int[] prims = new int[]{ 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97, 101, 103, 107, 109, 113, 127, 131, 137, 139, 149, 151, 157, 163, 167 }; -- cgit 1.4.1