From 5251b9bbd6fc17db7999e1ec3a53ee0b1597aae8 Mon Sep 17 00:00:00 2001 Message-Id: <5251b9bbd6fc17db7999e1ec3a53ee0b1597aae8.1716589329.git.mdw@distorted.org.uk> From: Mark Wooding Date: Wed, 6 Sep 2017 21:19:42 +0100 Subject: [PATCH] mon/tripemon.in (CryptoInfo): Make the window a bit wider. Organization: Straylight/Edgeware From: Mark Wooding The information didn't usually fit. --- mon/tripemon.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mon/tripemon.in b/mon/tripemon.in index c6607607..0404e21e 100644 --- a/mon/tripemon.in +++ b/mon/tripemon.in @@ -1428,7 +1428,7 @@ class CryptoInfo (TrivialWindow): (crypto['kx-group'], int(crypto['kx-group-order-bits']), int(crypto['kx-group-elt-bits'])), - len = 32) + len = 42) table.info('Data encryption', '%s (%d-bit key; %s)' % (crypto['cipher'], -- [mdw]