--- tools/autoconf.c 2004-05-07 01:33:25.956597616 +0200 +++ tools/autoconf.c 2004-05-07 01:33:43.075995072 +0200 @@ -462,7 +462,7 @@ fprintf(makefile," @echo \"* for the sake of correct Cert-Checking *\"\n"); fprintf(makefile," @echo \"*******************************************\"\n"); fprintf(makefile," @echo \"Generating certificate request .. \"\n"); - fprintf(makefile," @%s req -new -config src/ssl.cnf -out key/psybnc.req.pem \\\n",sslbin); + fprintf(makefile," @%s req -batch -new -config src/ssl.cnf -out key/psybnc.req.pem \\\n",sslbin); fprintf(makefile," -keyout key/psybnc.key.pem -nodes\n"); fprintf(makefile," @echo \"Generating self-signed certificate .. \"\n"); fprintf(makefile," @%s req -x509 -days 365 -in key/psybnc.req.pem \\\n",sslbin); --- tools/convconf.c 2004-06-22 01:34:35.680132728 +0200 +++ tools/convconf-fixed.c 2004-06-22 01:34:18.220786952 +0200 @@ -77,8 +77,8 @@ fprintf(outfile,"%s.%s.%s\n",fname,section,buf); } } - next: } + next: return 0x0; } diff -Naur old/src/p_link.c new/src/p_link.c --- src/p_link.c 2004-06-22 01:48:00.000000000 +0200 +++ src/p_link.c 2004-06-22 12:51:12.450336944 +0200 @@ -553,8 +553,6 @@ internalinbound(0,nlink); } #endif - pcontext; -br: } /* error handler for the link checking */