2003-05-04 Marcus Brinkmann <marcus@g10code.de>
* context.h (struct gpgme_context_s): Remove member op_info.
This commit is contained in:
parent
75f91eed40
commit
f5d8c7d3df
@ -1,5 +1,7 @@
|
|||||||
2003-05-04 Marcus Brinkmann <marcus@g10code.de>
|
2003-05-04 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
|
* context.h (struct gpgme_context_s): Remove member op_info.
|
||||||
|
|
||||||
* key.c (_gpgme_key_add_sig): Initialize SIG->uid.
|
* key.c (_gpgme_key_add_sig): Initialize SIG->uid.
|
||||||
|
|
||||||
* gpgme.h (GpgmeError): Add deprecated values for
|
* gpgme.h (GpgmeError): Add deprecated values for
|
||||||
|
@ -88,9 +88,6 @@ struct gpgme_context_s
|
|||||||
/* The operation data hooked into the context. */
|
/* The operation data hooked into the context. */
|
||||||
struct ctx_op_data *op_data;
|
struct ctx_op_data *op_data;
|
||||||
|
|
||||||
/* Last operation info. */
|
|
||||||
GpgmeData op_info;
|
|
||||||
|
|
||||||
/* The user provided passphrase callback and its hook value. */
|
/* The user provided passphrase callback and its hook value. */
|
||||||
GpgmePassphraseCb passphrase_cb;
|
GpgmePassphraseCb passphrase_cb;
|
||||||
void *passphrase_cb_value;
|
void *passphrase_cb_value;
|
||||||
|
Loading…
Reference in New Issue
Block a user