summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/net80211/ieee80211_crypto_tkip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_crypto_tkip.c b/sys/net80211/ieee80211_crypto_tkip.c
index fc963ca..f509856 100644
--- a/sys/net80211/ieee80211_crypto_tkip.c
+++ b/sys/net80211/ieee80211_crypto_tkip.c
@@ -894,7 +894,7 @@ michael_mic(struct tkip_ctx *ctx, const u8 *key,
* do then we'll need more involved logic.
*/
KASSERT(data_len <= space,
- ("not enough data, data_len %u space %u\n", data_len, space));
+ ("not enough data, data_len %zu space %u\n", data_len, space));
/* Last block and padding (0x5a, 4..7 x 0) */
switch (data_len) {
OpenPOWER on IntegriCloud