diff --git a/.github/workflows/abi.yml b/.github/workflows/abi.yml index a287d4873..648b455a6 100644 --- a/.github/workflows/abi.yml +++ b/.github/workflows/abi.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - ref: 'v3.9.0' + ref: 'v3.10.0' path: old - uses: actions/checkout@v4 diff --git a/src/httpauth/digest.c b/src/httpauth/digest.c index a3e8dafc7..a1505536b 100644 --- a/src/httpauth/digest.c +++ b/src/httpauth/digest.c @@ -993,7 +993,7 @@ int httpauth_digest_response_print(struct re_printf *pf, * @param passwd User password * @param entitybody Entitybody if qop=auth-int * @param cnonce Cnonce - * @param nonce_counter Nonce counter + * @param nonce_cnt Nonce counter * * @return 0 if success, otherwise errorcode */