Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 35887 | Differences between
and this patch

Collapse All | Expand All

(-)tools/autoconf.c (-1 / +1 lines)
Lines 462-468 Link Here
462
	    fprintf(makefile,"	@echo \"* for the sake of correct Cert-Checking   *\"\n");
462
	    fprintf(makefile,"	@echo \"* for the sake of correct Cert-Checking   *\"\n");
463
	    fprintf(makefile,"	@echo \"*******************************************\"\n");
463
	    fprintf(makefile,"	@echo \"*******************************************\"\n");
464
	    fprintf(makefile,"	@echo \"Generating certificate request .. \"\n");
464
	    fprintf(makefile,"	@echo \"Generating certificate request .. \"\n");
465
	    fprintf(makefile,"	@%s req -new -config src/ssl.cnf -out key/psybnc.req.pem \\\n",sslbin);
465
	    fprintf(makefile,"	@%s req -batch -new -config src/ssl.cnf -out key/psybnc.req.pem \\\n",sslbin);
466
	    fprintf(makefile,"      	-keyout key/psybnc.key.pem -nodes\n");
466
	    fprintf(makefile,"      	-keyout key/psybnc.key.pem -nodes\n");
467
	    fprintf(makefile,"	@echo \"Generating self-signed certificate .. \"\n");
467
	    fprintf(makefile,"	@echo \"Generating self-signed certificate .. \"\n");
468
	    fprintf(makefile,"	@%s req -x509 -days 365 -in key/psybnc.req.pem \\\n",sslbin);
468
	    fprintf(makefile,"	@%s req -x509 -days 365 -in key/psybnc.req.pem \\\n",sslbin);

Return to bug 35887