Parent Directory
|
Revision Log
|
Patch
revision 4 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++; |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |