From 229316b6deb8f6d96a07007d9cc96cb98a78eb33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Groenvall?= Date: Wed, 3 Sep 1997 14:17:59 +0000 Subject: [PATCH] Encrypted passwords are really long under FreeBSD. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3351 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/xnlock/xnlock.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appl/xnlock/xnlock.c b/appl/xnlock/xnlock.c index 4a8e81751..7911028f5 100644 --- a/appl/xnlock/xnlock.c +++ b/appl/xnlock/xnlock.c @@ -70,8 +70,8 @@ static char *words; static int x, y; static Pixel Black, White; static XFontStruct *font; -static char root_cpass[16]; -static char user_cpass[16]; +static char root_cpass[128]; +static char user_cpass[128]; static int time_left, prompt_x, prompt_y, time_x, time_y; static unsigned long interval; static Pixmap left0, left1, right0, right1, left_front,