mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* app-common.h: Do not include ksba.h for gnupg 1.
This commit is contained in:
parent
236d241aed
commit
4c96cb0683
3 changed files with 6 additions and 1 deletions
|
@ -172,7 +172,6 @@ get_cached_data (app_t app, int tag,
|
|||
if (c)
|
||||
{
|
||||
memcpy (c->data, p, len);
|
||||
log_debug (" caching tag %04X\n", tag);
|
||||
c->length = len;
|
||||
c->tag = tag;
|
||||
c->next = app->app_local->cache;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue