Skip to content

Commit

Permalink
Fixed mini bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yackermann committed Sep 10, 2023
1 parent 342f715 commit efc4e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/do/to2/listener-to2-60-HelloDevice.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func (h *DoTo2) HelloDevice60(w http.ResponseWriter, r *http.Request) {
NonceTO2ProveDv := fdoshared.NewFdoNonce()

// KEX Generation
kex, err := fdoshared.GenerateXABKeyExchange(helloDevice.KexSuiteName)
kex, err := fdoshared.GenerateXABKeyExchange(helloDevice.KexSuiteName, nil)
if err != nil {
listenertestsdeps.Conf_RespondFDOError(w, r, fdoshared.INTERNAL_SERVER_ERROR, currentCmd, "Error generating XAKeyExchange...", http.StatusInternalServerError, testcomListener, fdoshared.To2)
return
Expand Down

0 comments on commit efc4e5e

Please sign in to comment.