1
0
Fork 0
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:
Werner Koch 2004-04-28 09:00:05 +00:00
parent 236d241aed
commit 4c96cb0683
3 changed files with 6 additions and 1 deletions

View file

@ -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;