Parent Directory
|
Revision Log
|
Patch
revision 8 by twoaday, Mon Apr 4 07:01:43 2005 UTC | revision 9 by twoaday, Wed Apr 13 11:10:53 2005 UTC | |
---|---|---|
# | Line 155 verify_status_handler( gpgme_ctx_t ctx, | Line 155 verify_status_handler( gpgme_ctx_t ctx, |
155 | return; | return; |
156 | } | } |
157 | ||
158 | _gpgme_sigtrust_status_handler (code, args, &ctx->result.verify->trust); | if (code >= STATUS_TRUST_UNDEFINED && code <= STATUS_TRUST_ULTIMATE) |
159 | _gpgme_sigtrust_status_handler (code, args, &ctx->result.verify->trust); | |
160 | ||
161 | switch( code ) { | switch( code ) { |
162 | case STATUS_FILE_START: | case STATUS_FILE_START: |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |