Skip to content

Commit bb1ac12

Browse files
committed
Fix test for .NET 1.1
1 parent c809f7a commit bb1ac12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crypto/test/src/crypto/test/RsaTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class RsaTest
2424
* Based on https://github.com/crocs-muni/roca/blob/master/java/BrokenKey.java
2525
* Credits: ported to Java by Martin Paljak
2626
*/
27-
internal static class BrokenKey_CVE_2017_15361
27+
internal class BrokenKey_CVE_2017_15361
2828
{
2929
private static readonly int[] prims = new int[]{ 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61,
3030
67, 71, 73, 79, 83, 89, 97, 101, 103, 107, 109, 113, 127, 131, 137, 139, 149, 151, 157, 163, 167 };

0 commit comments

Comments
 (0)