From 05fcfb2d5491952230246ae6c195164140746645 Mon Sep 17 00:00:00 2001 From: Brendan Cully Date: Tue, 2 Aug 2005 00:52:28 +0000 Subject: [PATCH] Bump up size of PgpPass to 1024 from 256. Seems crazy, but it's harmless and it (closes #1207). --- pgp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgp.c b/pgp.c index 2bffc88be..88a720580 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) -- 2.40.0