]> granicus.if.org Git - mutt/commitdiff
Bump up size of PgpPass to 1024 from 256. Seems crazy, but it's harmless and
authorBrendan Cully <brendan@kublai.com>
Tue, 2 Aug 2005 00:52:28 +0000 (00:52 +0000)
committerBrendan Cully <brendan@kublai.com>
Tue, 2 Aug 2005 00:52:28 +0000 (00:52 +0000)
it (closes #1207).

pgp.c

diff --git a/pgp.c b/pgp.c
index 2bffc88be3a984ab18ebde390cc6df603b2d1261..88a72058019eadb6497bb1d6f15fe5c38cea5a8a 100644 (file)
--- 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)