Code

verify_signed_buffer: fix stale comment
authorJunio C Hamano <gitster@pobox.com>
Wed, 4 Jan 2012 20:43:02 +0000 (12:43 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Jan 2012 21:02:26 +0000 (13:02 -0800)
commite3f55e07076f88ec01a49dcfb7c2ac56658145a4
tree270c4d7da057a5adb8d67eb4a4458832d12c0549
parent9d3d78435f2735b74afc74e9c5a735c27c026d33
verify_signed_buffer: fix stale comment

The function used to take an integer flag to specify where the output
should go, but these days we supply a strbuf to receive it.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
gpg-interface.c