/[winpt]/trunk/MyGPGME/keycache.c
ViewVC logotype

Diff of /trunk/MyGPGME/keycache.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2 by twoaday, Mon Jan 31 11:02:21 2005 UTC revision 5 by twoaday, Mon Mar 7 13:21:36 2005 UTC
# Line 271  gpgme_keycache_next_key (gpgme_keycache_ Line 271  gpgme_keycache_next_key (gpgme_keycache_
271          return mk_error (Invalid_Value);          return mk_error (Invalid_Value);
272      }      }
273            
274      if (r_key)      *r_key = flags? ctx->tmp->pubpart : ctx->tmp->key;
         *r_key = flags? ctx->tmp->pubpart : ctx->tmp->key;  
275            
276      ctx->tmp = ctx->tmp->next;      ctx->tmp = ctx->tmp->next;
277      ctx->pos++;      ctx->pos++;

Legend:
Removed from v.2  
changed lines
  Added in v.5

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26