X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-crypt%2Fpgpkey.c;h=e5d1796d9580e52e89e09182e48a42ab2ac30a43;hp=033c0e8bacba46292d0c03b91e29681ce34eb34c;hb=688ac22f746f785c27ac99ac86aa85a3035a3638;hpb=9f1dbdb74d7ca296eaa5fcf45243f7e376d35eab diff --git a/lib-crypt/pgpkey.c b/lib-crypt/pgpkey.c index 033c0e8..e5d1796 100644 --- a/lib-crypt/pgpkey.c +++ b/lib-crypt/pgpkey.c @@ -125,7 +125,7 @@ pgp_entry_fmt (char *dest, ssize_t destlen, char op, { const char *cp; - char buf2[SHORT_STRING], *p; + char buf2[STRING], *p; int do_locales; struct tm *tm; ssize_t len; @@ -406,7 +406,7 @@ static pgp_key_t pgp_select_key (pgp_key_t keys, address_t * p, const char *s) pgp_uid_t **KeyTable; MUTTMENU *menu; int i, done = 0; - char helpstr[SHORT_STRING], buf[LONG_STRING], tmpbuf[STRING]; + char helpstr[STRING], buf[LONG_STRING], tmpbuf[STRING]; char cmd[LONG_STRING], tempfile[_POSIX_PATH_MAX]; FILE *fp, *devnull; pid_t thepid; @@ -617,7 +617,7 @@ pgp_key_t pgp_ask_for_key (char *tag, char *whatfor, short abilities, pgp_ring_t keyring) { pgp_key_t key; - char resp[SHORT_STRING]; + char resp[STRING]; struct pgp_cache *l = NULL; mutt_clear_error ();