X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gpg-interface.c;h=09ab64aa24a1239cdb1ed5259c0b975a89594e9c;hb=a78f5582fca15950eb43f93b246e3778d0ae84da;hp=18630ff8da1158bb3ab5e1193ab8ef05d48e3bbe;hpb=9d3d78435f2735b74afc74e9c5a735c27c026d33;p=git.git diff --git a/gpg-interface.c b/gpg-interface.c index 18630ff8d..09ab64aa2 100644 --- a/gpg-interface.c +++ b/gpg-interface.c @@ -95,10 +95,7 @@ int sign_buffer(struct strbuf *buffer, struct strbuf *signature, const char *sig /* * Run "gpg" to see if the payload matches the detached signature. - * gpg_output_to tells where the output from "gpg" should go: - * < 0: /dev/null - * = 0: standard error of the calling process - * > 0: the specified file descriptor + * gpg_output, when set, receives the diagnostic output from GPG. */ int verify_signed_buffer(const char *payload, size_t payload_size, const char *signature, size_t signature_size,