Skip to content

Commit

Permalink
Merge branch 'moonfruit-gm-signature-spi'
Browse files Browse the repository at this point in the history
  • Loading branch information
dghgit committed Dec 31, 2024
2 parents 735a9af + 44df36c commit 6141847
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class GMSignatureSpi

private final SM2Signer signer;

GMSignatureSpi(SM2Signer signer)
protected GMSignatureSpi(SM2Signer signer)
{
this.signer = signer;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class GMSignatureSpi

private SM2Signer signer;

GMSignatureSpi(SM2Signer signer)
protected GMSignatureSpi(SM2Signer signer)
{
super("SM3withSM2");
this.signer = signer;
Expand Down

0 comments on commit 6141847

Please sign in to comment.