From: Marcus Brinkmann Date: Sun, 4 May 2003 20:54:31 +0000 (+0000) Subject: 2003-05-04 Marcus Brinkmann X-Git-Tag: gpgme-0-4-1~42 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f5d8c7d3df69a108cf37908e7541fc17c96836f7;p=gpgme.git 2003-05-04 Marcus Brinkmann * context.h (struct gpgme_context_s): Remove member op_info. --- diff --git a/gpgme/ChangeLog b/gpgme/ChangeLog index cdd6e97..1be551f 100644 --- a/gpgme/ChangeLog +++ b/gpgme/ChangeLog @@ -1,5 +1,7 @@ 2003-05-04 Marcus Brinkmann + * context.h (struct gpgme_context_s): Remove member op_info. + * key.c (_gpgme_key_add_sig): Initialize SIG->uid. * gpgme.h (GpgmeError): Add deprecated values for diff --git a/gpgme/context.h b/gpgme/context.h index 342b5c3..ce8c336 100644 --- a/gpgme/context.h +++ b/gpgme/context.h @@ -88,9 +88,6 @@ struct gpgme_context_s /* The operation data hooked into the context. */ struct ctx_op_data *op_data; - /* Last operation info. */ - GpgmeData op_info; - /* The user provided passphrase callback and its hook value. */ GpgmePassphraseCb passphrase_cb; void *passphrase_cb_value;