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

Diff of /trunk/MyGPGME/signers.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 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          }          }

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26