Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
D3vl0per committed Dec 3, 2023
1 parent 1ba10e6 commit 9a6109c
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 9a6109c

Please sign in to comment.