Skip to content

Commit

Permalink
Merge pull request #154 from KostasTsiounis/fix_typo
Browse files Browse the repository at this point in the history
Fix typo in reference to NativeECKeyPairGenerator
  • Loading branch information
pshipton committed May 7, 2024
2 parents 4ef0320 + 573dbb4 commit ac8f341
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jdk.crypto.ec/share/classes/sun/security/ec/SunEC.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

/*
* ===========================================================================
* (c) Copyright IBM Corp. 2022, 2023 All Rights Reserved
* (c) Copyright IBM Corp. 2022, 2024 All Rights Reserved
* ===========================================================================
*/

Expand Down Expand Up @@ -475,7 +475,7 @@ void putEntries() {
&& !isAIX
) {
putService(new ProviderServiceA(this, "KeyPairGenerator",
"EC", "sun.security.ec.NaticeECKeyPairGenerator", ATTRS));
"EC", "sun.security.ec.NativeECKeyPairGenerator", ATTRS));
} else {
putService(new ProviderServiceA(this, "KeyPairGenerator",
"EC", "sun.security.ec.ECKeyPairGenerator", ATTRS));
Expand Down

0 comments on commit ac8f341

Please sign in to comment.