Skip to content

Commit ac8f341

Browse files
authored
Merge pull request #154 from KostasTsiounis/fix_typo
Fix typo in reference to NativeECKeyPairGenerator
2 parents 4ef0320 + 573dbb4 commit ac8f341

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

@@ -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));

0 commit comments

Comments
 (0)