Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
rdnt committed Aug 29, 2023
1 parent 932841c commit 336aa75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/client/application/session.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import (
)

func (app *application) newSession() (sessionId []byte, err error) {
// check is active are by the same user of the enclave.
sessionKey, err := rand.Bytes(16)
if err != nil {
return nil, errors.WithMessage(err, "failed to generate session key")
Expand Down

0 comments on commit 336aa75

Please sign in to comment.