Skip to content

Commit

Permalink
intaad fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Facchetti committed Jul 4, 2023
1 parent 65ffb46 commit 3d67f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/portal/middleware/intAAD.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ type IntAAD struct {
log *logrus.Entry
}

func NewIntAAD(sessionkey []byte) (IntAAD, error) {
func NewIntAAD(sessionkey []byte, log *logrus.Entry) (IntAAD, error) {
if len(sessionkey) != 32 {
return IntAAD{}, errors.New("session key is not 32 bytes long")
}
Expand Down

0 comments on commit 3d67f72

Please sign in to comment.