=================================================================== RCS file: /cvs2/dgamelaunch-openbsd/dgamelaunch.c,v retrieving revision 1.2 retrieving revision 1.4 diff -u -p -r1.2 -r1.4 --- dgamelaunch-openbsd/dgamelaunch.c 2021/03/09 14:48:42 1.2 +++ dgamelaunch-openbsd/dgamelaunch.c 2021/03/15 14:49:34 1.4 @@ -1,5 +1,6 @@ /* dgamelaunch.c * + * (c)2021 Rubén Llorente * (c)2001-4 M. Drew Streib * also parts (c) 2003-4 Joshua Kwan , * Brett Carrington , @@ -1559,7 +1560,7 @@ changepw (int dowrite) #if defined(__OpenBSD__) me->password = (char *) malloc((_PASSWORD_LEN+1)*sizeof(char)); if ( crypt_newhash(buf, "blowfish,12", me->password, _PASSWORD_LEN) != 0) - graceful_exit(1); + graceful_exit(300); #else me->password = strdup (crypt (buf, buf)); #endif