/[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 23 by twoaday, Fri Sep 30 10:10:16 2005 UTC revision 24 by twoaday, Sat Oct 8 10:43:08 2005 UTC
# Line 202  get_key2( const char * keyid, gpgme_key_ Line 202  get_key2( const char * keyid, gpgme_key_
202          return NULL;          return NULL;
203      }      }
204      gpg_iobuf_ioctl( inp, 3, 1, NULL ); /* disable cache */      gpg_iobuf_ioctl( inp, 3, 1, NULL ); /* disable cache */
205      rc = gpgme_getkey_bykeyid( inp, keyid, r_key );      /*rc = gpgme_getkey_bykeyid( inp, keyid, r_key ); XXX */
206        rc=0;
207    
208      gpg_iobuf_close( inp );      gpg_iobuf_close( inp );
209      free_if_alloc( p );      free_if_alloc( p );

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26