File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/jdk/sun/security/pkcs11/Signature Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2013, 2020 , Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 2013, 2022 , Oracle and/or its affiliates. All rights reserved.
33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44 *
55 * This code is free software; you can redistribute it and/or modify it
@@ -48,7 +48,7 @@ public static void main(String[] args) throws Exception {
4848
4949 @ Override
5050 protected boolean skipTest (Provider provider ) {
51- if (isNSS (provider ) && getNSSVersion () >= 3.14 ) {
51+ if (isNSS (provider ) && ( getNSSVersion () == 0.0 || getNSSVersion () >= 3.14 ) ) {
5252 System .out .println ("Skip testing NSS " + getNSSVersion ());
5353 return true ;
5454 }
You can’t perform that action at this time.
0 commit comments