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);
(-)tools/convconf.c (-1 / +1 lines)
Lines 77-84 Link Here
77
		   fprintf(outfile,"%s.%s.%s\n",fname,section,buf);
77
		   fprintf(outfile,"%s.%s.%s\n",fname,section,buf);
78
		}
78
		}
79
	}
79
	}
80
	next:
81
    }
80
    }
81
	next:
82
    return 0x0;
82
    return 0x0;
83
}
83
}
84
84
(-)src/p_link.c (-2 lines)
Lines 553-560 Link Here
553
	internalinbound(0,nlink);
553
	internalinbound(0,nlink);
554
    }
554
    }
555
#endif
555
#endif
556
    pcontext;
557
br:
558
}
556
}
559
557
560
/* error handler for the link checking */
558
/* error handler for the link checking */

Return to bug 35887