/[winpt]/trunk/Src/wptGPGME.cpp
ViewVC logotype

Diff of /trunk/Src/wptGPGME.cpp

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

revision 207 by twoaday, Tue Mar 14 11:01:22 2006 UTC revision 208 by twoaday, Mon May 1 12:22:18 2006 UTC
# Line 157  keycache_init (const char *pubring, cons Line 157  keycache_init (const char *pubring, cons
157  gpg_keycache_t  gpg_keycache_t
158  keycache_get_ctx (int is_pub)  keycache_get_ctx (int is_pub)
159  {  {
160      return is_pub? pub : sec;      gpg_keycache_t ctx;
161    
162        ctx = is_pub? pub : sec;
163        if (!ctx)
164            BUG (0);
165        return ctx;
166  }  }
167    
168    

Legend:
Removed from v.207  
changed lines
  Added in v.208

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26