Parent Directory
|
Revision Log
|
Patch
revision 22 by twoaday, Mon Jan 31 11:02:21 2005 UTC | revision 23 by twoaday, Fri Sep 30 10:10:16 2005 UTC | |
---|---|---|
# | Line 92 gpgme_signers_enum( const gpgme_ctx_t ct | Line 92 gpgme_signers_enum( const gpgme_ctx_t ct |
92 | ||
93 | if( !ctx->signers ) | if( !ctx->signers ) |
94 | ctx->signers_size = 0; | ctx->signers_size = 0; |
95 | for( i=0; i < ctx->signers_size && ctx->signers[i]; i++ ) { | for (i=0; i < ctx->signers_size && ctx->signers[i]; i++) { |
96 | if( i==seq ) { | if (i==seq) { |
97 | gpgme_key_ref (ctx->signers[i]); | gpgme_key_ref (ctx->signers[i]); |
98 | return ctx->signers[i]; | return ctx->signers[i]; |
99 | } | } |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |