X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=gpg-interface.h;h=93cc3aff5c93ce8fa19aadea909960f9267edbdc;hb=f696a2b1c850c81130740945835beec72727debf;hp=3e624ec289ab5f46b686f9eb2489c997bca23232;hpb=0b5dc59c6b5bea37a425f84e64cd33cd0694a46d;p=thirdparty%2Fgit.git diff --git a/gpg-interface.h b/gpg-interface.h index 3e624ec289..93cc3aff5c 100644 --- a/gpg-interface.h +++ b/gpg-interface.h @@ -46,15 +46,6 @@ size_t parse_signature(const char *buf, size_t size); int sign_buffer(struct strbuf *buffer, struct strbuf *signature, const char *signing_key); -/* - * Run "gpg" to see if the payload matches the detached signature. - * gpg_output, when set, receives the diagnostic output from GPG. - * gpg_status, when set, receives the status output from GPG. - */ -int verify_signed_buffer(const char *payload, size_t payload_size, - const char *signature, size_t signature_size, - struct strbuf *gpg_output, struct strbuf *gpg_status); - int git_gpg_config(const char *, const char *, void *); void set_signing_key(const char *); const char *get_signing_key(void);