2003-04-25 Marcus Brinkmann <marcus@g10code.de>
* wait-private.c (_gpgme_wait_private_event_cb): Remove variable CTX.
This commit is contained in:
parent
d5993c256b
commit
7869230d18
@ -1,5 +1,7 @@
|
||||
2003-04-25 Marcus Brinkmann <marcus@g10code.de>
|
||||
|
||||
* wait-private.c (_gpgme_wait_private_event_cb): Remove variable CTX.
|
||||
|
||||
* data.c: Do not include <assert.h>, but "gpgme.h".
|
||||
(_gpgme_data_inbound_handler): Expand _gpgme_data_append, because
|
||||
it will go. Do not assert DH.
|
||||
|
@ -350,5 +350,3 @@ gpgme_wait (GpgmeCtx ctx, GpgmeError *status, int hang)
|
||||
|
||||
return ctx;
|
||||
}
|
||||
|
||||
|
||||
|
@ -44,8 +44,6 @@
|
||||
void
|
||||
_gpgme_wait_private_event_cb (void *data, GpgmeEventIO type, void *type_data)
|
||||
{
|
||||
GpgmeCtx ctx = data;
|
||||
|
||||
switch (type)
|
||||
{
|
||||
case GPGME_EVENT_START:
|
||||
|
Loading…
Reference in New Issue
Block a user