--- trunk/src/GPGOE.c 2007/08/18 10:55:14 23 +++ trunk/src/GPGOE.c 2011/12/13 10:40:30 24 @@ -43,8 +43,8 @@ /* Supported GPGOE feature modes. */ int gpgoe_active_modes ATTR_SEC = 0; -/* FIXME: we currently limit the passphrase to 256 octets. */ -char gpgoe_pass_cache[HASH_BUCKETS][256]; +/* FIXME: we currently limit the passphrase to N octets. */ +char gpgoe_pass_cache[HASH_BUCKETS][MAX_PASS_LEN]; #ifndef __GNUC__ #pragma data_seg() #endif