From a6c13d2815371eebd83143e2a1a6fbdf39ffab82 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Sun, 4 May 2003 20:54:31 +0000 Subject: [PATCH] 2003-05-04 Marcus Brinkmann * context.h (struct gpgme_context_s): Remove member op_info. --- trunk/gpgme/ChangeLog | 2 ++ trunk/gpgme/context.h | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/trunk/gpgme/ChangeLog b/trunk/gpgme/ChangeLog index cdd6e97..1be551f 100644 --- a/trunk/gpgme/ChangeLog +++ b/trunk/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/trunk/gpgme/context.h b/trunk/gpgme/context.h index 342b5c3..ce8c336 100644 --- a/trunk/gpgme/context.h +++ b/trunk/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; -- 2.26.2