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

Diff of /trunk/Src/wptKeyCache.cpp

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

revision 36 by werner, Thu Oct 27 15:25:13 2005 UTC revision 41 by twoaday, Fri Oct 28 07:15:26 2005 UTC
# Line 17  Line 17 
17   * along with this program; if not, write to the Free Software   * along with this program; if not, write to the Free Software
18   * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA   * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
19   */   */
 #ifdef HAVE_CONFIG_H  
 #include <config.h>  
 #endif  
   
 #include <windows.h>  
20  #include <windows.h>  #include <windows.h>
21  #include <stdio.h>  #include <stdio.h>
22  #include <string.h>  #include <string.h>
# Line 287  gpg_keycache_set_cb (gpg_keycache_t ctx, Line 282  gpg_keycache_set_cb (gpg_keycache_t ctx,
282  gpgme_error_t  gpgme_error_t
283  gpg_keycache_add_key (gpg_keycache_t ctx, gpgme_key_t key, void **opaque)  gpg_keycache_add_key (gpg_keycache_t ctx, gpgme_key_t key, void **opaque)
284  {  {
285      struct keycache_s * c, * n1;      struct keycache_s *c, *n1;
286            
287      if (!ctx)      if (!ctx)
288          return gpg_error (GPG_ERR_INV_ARG);          return gpg_error (GPG_ERR_INV_ARG);

Legend:
Removed from v.36  
changed lines
  Added in v.41

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26