Skip to content

Commit

Permalink
remove client
Browse files Browse the repository at this point in the history
Signed-off-by: Asra Ali <asraa@google.com>
  • Loading branch information
asraa committed Aug 29, 2022
1 parent 28240a8 commit 2e363ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/verify/verify.go
Expand Up @@ -185,7 +185,7 @@ func VerifySignedEntryTimestamp(ctx context.Context, e *models.LogEntryAnon, ver
// Performs inclusion proof verification up to a verified root hash and
// SignedEntryTimestamp verification.
//nolint
func VerifyLogEntry(ctx context.Context, rClient *client.Rekor, e *models.LogEntryAnon, verifier signature.Verifier) error {
func VerifyLogEntry(ctx context.Context, e *models.LogEntryAnon, verifier signature.Verifier) error {
// Verify the inclusion proof using the body's leaf hash.
if err := VerifyInclusion(ctx, e); err != nil {
return err
Expand Down

0 comments on commit 2e363ef

Please sign in to comment.