Skip to content

Commit

Permalink
uac: removed trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Nov 13, 2023
1 parent badbe8f commit be9f359
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/modules/uac/auth_alg.c
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ void uac_calc_HA1(struct uac_credential *crd, struct authenticate_body *auth,
}


/*
/*
* calculate H(A2)
*/
void uac_calc_HA2(str *method, str *uri, struct authenticate_body *auth,
Expand All @@ -148,8 +148,8 @@ void uac_calc_HA2(str *method, str *uri, struct authenticate_body *auth,
}


/*
* calculate request-digest/response-digest as per HTTP Digest spec
/*
* calculate request-digest/response-digest as per HTTP Digest spec
*/
void uac_calc_response(HASHHEX ha1, HASHHEX ha2, struct authenticate_body *auth,
str *nc, str *cnonce, HASHHEX response)
Expand Down

0 comments on commit be9f359

Please sign in to comment.