Browse Source

auth_xkeys: remove unused variable: hbody

Ovidiu Sas 10 years ago
parent
commit
95e02eb1df
1 changed files with 0 additions and 1 deletions
  1. 0 1
      modules/auth_xkeys/auth_xkeys.c

+ 0 - 1
modules/auth_xkeys/auth_xkeys.c

@@ -197,7 +197,6 @@ int auth_xkeys_add(sip_msg_t* msg, str *hdr, str *key,
 		str *alg, str *data)
 {
 	str xdata;
-	str hbody;
 	auth_xkey_t *itc;
 	char xout[SHA512_DIGEST_STRING_LENGTH];
 	struct lump* anchor;