Skip to content

Commit

Permalink
github hates me
Browse files Browse the repository at this point in the history
  • Loading branch information
JackDoanRivian committed Jan 9, 2025
1 parent 11536b4 commit 19e377e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cert/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var (
ErrPublicPrivateCurveMismatch = errors.New("public key does not match private key curve")
ErrPublicPrivateKeyMismatch = errors.New("public key and private key are not a pair")
ErrPrivateKeyEncrypted = errors.New("private key must be decrypted")
ErrCaNotFound = errors.New("could not find ca for the certi
ErrCaNotFound = errors.New("could not find ca for the certificate")

ErrInvalidPEMBlock = errors.New("input did not contain a valid PEM encoded block")
ErrInvalidPEMCertificateBanner = errors.New("bytes did not contain a proper certificate banner")
Expand Down

0 comments on commit 19e377e

Please sign in to comment.