--- pwgen-2.03/pw_rand.orig.c 2003-09-14 20:29:50.000000000 +0100 +++ pwgen-2.03/pw_rand.c 2003-09-14 20:31:07.000000000 +0100 @@ -11,7 +11,7 @@ #include #include "pwgen.h" -#define PW_CHARS "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" +#define PW_CHARS "!@#$%^&*()-_=+|<>?][{}0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" void pw_rand(char *buf, int size, int pw_flags) {