---
src/dpp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/dpp.c b/src/dpp.c
index 9eb1d642..dedbd3b2 100644
--- a/src/dpp.c
+++ b/src/dpp.c
@@ -1272,7 +1272,7 @@ static void authenticate_request(struct dpp_sm *dpp, const uint8_t
*from,
}
if (i_nonce_len != dpp->nonce_len) {
- l_debug("I-Nonce has unexpected length %lu", i_nonce_len);
+ l_debug("I-Nonce has unexpected length %zu", i_nonce_len);
goto auth_request_failed;
}
--
2.31.1
Show replies by date