From e5f61ffba3bbfd8073e6f2d444b76ca964b9a4b5 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 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) -- 2.40.0