/[gpgoe]/trunk/src/GPGOE.c
ViewVC logotype

Diff of /trunk/src/GPGOE.c

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

revision 23 by twoaday, Sat Aug 18 10:55:14 2007 UTC revision 24 by twoaday, Tue Dec 13 10:40:30 2011 UTC
# Line 43  static HWND oe_hwnd = NULL; Line 43  static HWND oe_hwnd = NULL;
43  /* Supported GPGOE feature modes. */  /* Supported GPGOE feature modes. */
44  int gpgoe_active_modes ATTR_SEC = 0;  int gpgoe_active_modes ATTR_SEC = 0;
45    
46  /* FIXME: we currently limit the passphrase to 256 octets. */  /* FIXME: we currently limit the passphrase to N octets. */
47  char gpgoe_pass_cache[HASH_BUCKETS][256];  char gpgoe_pass_cache[HASH_BUCKETS][MAX_PASS_LEN];
48  #ifndef __GNUC__  #ifndef __GNUC__
49  #pragma data_seg()  #pragma data_seg()
50  #endif  #endif

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26