]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo
authorAlan T. DeKok <aland@freeradius.org>
Tue, 24 Feb 2026 13:06:14 +0000 (08:06 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 24 Feb 2026 14:43:25 +0000 (09:43 -0500)
src/modules/rlm_wimax/rlm_wimax.c

index 5479ace27917460a3579b4e315ebb32f441c4b3b..a792b296fa23575fbf3f4890d646209b2786e58d 100644 (file)
@@ -241,7 +241,7 @@ static unlang_action_t CC_HINT(nonnull) mod_post_auth(unlang_result_t *p_result,
        MEM(hmac_pkey = EVP_PKEY_new_mac_key(EVP_PKEY_HMAC, NULL, mip_rk, rk_len));
        EVP_DigestSignInit(hmac_ctx, NULL, EVP_sha256(), NULL, hmac_pkey);
 
-       EVP_DigestSignUpdate(hmac_ctx, (uint8_t const *) "SPI CMIP PMIP", 12);
+       EVP_DigestSignUpdate(hmac_ctx, (uint8_t const *) "SPI CMIP PMIP", 13);
        EVP_DigestSignFinal(hmac_ctx, &mip_rk_1[0], &rk1_len);
 
        /*