* context.h (struct gpgme_context_s): Remove member op_info.
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.
* gpgme.h (GpgmeError): Add deprecated values for
/* 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;