From 45824ff7ebbeb14f2a672859634ef1050283375e Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 2 Apr 2020 00:41:18 -0500 Subject: [PATCH] unit: Update to the new handshake API --- unit/test-eapol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit/test-eapol.c b/unit/test-eapol.c index 41bce402..ac94522b 100644 --- a/unit/test-eapol.c +++ b/unit/test-eapol.c @@ -2487,7 +2487,7 @@ static void verify_install_tk(struct handshake_state *hs, verify_install_tk_called = true; } -static void verify_install_gtk(struct handshake_state *hs, uint8_t key_index, +static void verify_install_gtk(struct handshake_state *hs, uint16_t key_index, const uint8_t *gtk, uint8_t gtk_len, const uint8_t *rsc, uint8_t rsc_len, uint32_t cipher)