From: Brendan Cully Date: Tue, 2 Aug 2005 00:52:28 +0000 (+0000) Subject: Bump up size of PgpPass to 1024 from 256. Seems crazy, but it's harmless and X-Git-Tag: mutt-1-5-10-rel~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e5f61ffba3bbfd8073e6f2d444b76ca964b9a4b5;p=mutt Bump up size of PgpPass to 1024 from 256. Seems crazy, but it's harmless and it (closes #1207). --- diff --git a/pgp.c b/pgp.c index 2bffc88b..88a72058 100644 --- a/pgp.c +++ b/pgp.c @@ -62,7 +62,7 @@ #include "mutt_menu.h" -char PgpPass[STRING]; +char PgpPass[LONG_STRING]; time_t PgpExptime = 0; /* when does the cached passphrase expire? */ void pgp_void_passphrase (void)