Rerun hack/vendor.sh to pick up gpgme changes

See https://github.com/proglottis/gpgme/pull/7 for the full discussion.

Resolves #42 .
This commit is contained in:
Miloslav Trmač
2016-05-06 22:39:20 +02:00
parent 28973c0a2d
commit fe37c71a4f
5 changed files with 33 additions and 23 deletions

View File

@@ -7,6 +7,8 @@ extern ssize_t gogpgme_readfunc(void *handle, void *buffer, size_t size);
extern ssize_t gogpgme_writefunc(void *handle, void *buffer, size_t size);
extern off_t gogpgme_seekfunc(void *handle, off_t offset, int whence);
extern gpgme_error_t gogpgme_passfunc(void *hook, char *uid_hint, char *passphrase_info, int prev_was_bad, int fd);
extern gpgme_error_t gogpgme_data_new_from_cbs(gpgme_data_t *dh, gpgme_data_cbs_t cbs, uintptr_t handle);
extern void gogpgme_set_passphrase_cb(gpgme_ctx_t ctx, gpgme_passphrase_cb_t cb, uintptr_t handle);
extern unsigned int key_revoked(gpgme_key_t k);
extern unsigned int key_expired(gpgme_key_t k);