verify-tag: update variable name and type
authorSantiago Torres <santiago@nyu.edu>
Tue, 19 Apr 2016 17:47:18 +0000 (13:47 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 19 Apr 2016 19:52:15 +0000 (12:52 -0700)
The run_gpg_verify() function has two variables, size and len.

This may come off as confusing when reading the code. Clarify which one
pertains to the length of the tag headers by renaming len to
payload_size. Additionally, change the type of payload_size to size_t to
match the return type of parse_signature.

Signed-off-by: Santiago Torres <santiago@nyu.edu>
Reviewed-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found