=================================================================== RCS file: /cvs2/dgamelaunch-openbsd/dgamelaunch.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- dgamelaunch-openbsd/dgamelaunch.h 2021/03/09 14:36:01 1.1 +++ dgamelaunch-openbsd/dgamelaunch.h 2021/03/14 21:12:36 1.2 @@ -20,7 +20,7 @@ #define dglsign(x) (x < 0 ? -1 : (x > 0 ? 1 : 0)) #define DGL_PLAYERNAMELEN 30 /* max. length of player name */ -#define DGL_PASSWDLEN 20 /* max. length of passwords */ +#define DGL_PASSWDLEN 55 /* max. length of passwords */ #define DGL_MAILMSGLEN 80 /* max. length of mail message */ #define DGL_MAXWATCHCOLS 10