Skip to content

Commit 683bb2f

Browse files
keithc-caKostasTsiounis
authored andcommitted
Fix typo in reference to NativeECKeyPairGenerator
Signed-off-by: Keith W. Campbell <[email protected]>
1 parent 14b4ad3 commit 683bb2f

File tree

1 file changed

+2
-2
lines changed
  • src/jdk.crypto.ec/share/classes/sun/security/ec

1 file changed

+2
-2
lines changed

src/jdk.crypto.ec/share/classes/sun/security/ec/SunEC.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
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

@@ -484,7 +484,7 @@ void putEntries() {
484484
&& !isAIX
485485
) {
486486
putService(new ProviderService(this, "KeyPairGenerator",
487-
"EC", "sun.security.ec.NaticeECKeyPairGenerator",
487+
"EC", "sun.security.ec.NativeECKeyPairGenerator",
488488
List.of("EllipticCurve"), ATTRS));
489489
} else {
490490
putService(new ProviderService(this, "KeyPairGenerator",

0 commit comments

Comments
 (0)