* Purpose of this function is to do post authentication steps like * marking authorized credentials and so on. */
| 287 | * marking authorized credentials and so on. |
| 288 | */ |
| 289 | auth_result_t post_auth(struct sip_msg* _m, struct hdr_field* _h) |
| 290 | { |
| 291 | |
| 292 | return AUTHORIZED; |
| 293 | } |
| 294 | |
| 295 | int check_response(const dig_cred_t* _cred, const str* _method, |
| 296 | const str *_msg_body, const HASHHEX* _ha1) |