Skip to content

Commit

Permalink
Merge pull request #14 from D3vl0per/typo-fix
Browse files Browse the repository at this point in the history
Typo fix
  • Loading branch information
D3vl0per authored Dec 3, 2023
2 parents 1ba10e6 + 9a6109c commit 0f144e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generic/imports_exports.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func (e *PKCS) Import() error {
return err
}
// nolint:errcheck
pkC := pkRaw.(crypto.PublicKey)
pkC := pkRaw.(crypto.PrivateKey)
// nolint:errcheck
e.SecretKey = pkC.(ed25519.PrivateKey)
return nil
Expand Down

0 comments on commit 0f144e7

Please sign in to comment.