File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/jdk.crypto.ec/share/classes/sun/security/ec Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2525
2626/*
2727 * ===========================================================================
28- * (c) Copyright IBM Corp. 2022, 2023 All Rights Reserved
28+ * (c) Copyright IBM Corp. 2022, 2024 All Rights Reserved
2929 * ===========================================================================
3030 */
3131
@@ -475,7 +475,7 @@ void putEntries() {
475475 && !isAIX
476476 ) {
477477 putService (new ProviderServiceA (this , "KeyPairGenerator" ,
478- "EC" , "sun.security.ec.NaticeECKeyPairGenerator " , ATTRS ));
478+ "EC" , "sun.security.ec.NativeECKeyPairGenerator " , ATTRS ));
479479 } else {
480480 putService (new ProviderServiceA (this , "KeyPairGenerator" ,
481481 "EC" , "sun.security.ec.ECKeyPairGenerator" , ATTRS ));
You can’t perform that action at this time.
0 commit comments