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>maint
							parent
							
								
									9d3d78435f
								
							
						
					
					
						commit
						e3f55e0707
					
				|  | @ -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. |  * Run "gpg" to see if the payload matches the detached signature. | ||||||
|  * gpg_output_to tells where the output from "gpg" should go: |  * gpg_output, when set, receives the diagnostic output from GPG. | ||||||
|  *   < 0: /dev/null |  | ||||||
|  *   = 0: standard error of the calling process |  | ||||||
|  *   > 0: the specified file descriptor |  | ||||||
|  */ |  */ | ||||||
| int verify_signed_buffer(const char *payload, size_t payload_size, | int verify_signed_buffer(const char *payload, size_t payload_size, | ||||||
| 			 const char *signature, size_t signature_size, | 			 const char *signature, size_t signature_size, | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	 Junio C Hamano
						Junio C Hamano