From 7103b3a4f01ae605d98f2b93ece31fca28ec1a72 Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" <114750+alfredh@users.noreply.github.com> Date: Mon, 8 Apr 2024 16:14:47 +0200 Subject: [PATCH 1/2] httpauth: fix doxygen comment (#1097) --- src/httpauth/digest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ From eae66e0b2277b8b70056a665208fd824f2b013bc Mon Sep 17 00:00:00 2001 From: Sebastian Reimers Date: Tue, 9 Apr 2024 08:55:41 +0200 Subject: [PATCH 2/2] ci/abi: bump version --- .github/workflows/abi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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