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

Collapse All | Expand All

(-)/root/csync2-orig/conn.c (-1 / +1 lines)
Lines 236-242 Link Here
236
		char certdata[2*peercerts[0].size + 1];
236
		char certdata[2*peercerts[0].size + 1];
237
237
238
		for (i=0; i<peercerts[0].size; i++)
238
		for (i=0; i<peercerts[0].size; i++)
239
			sprintf(certdata[2*i], "%02X", peercerts[0].data[i]);
239
			sprintf(&certdata[2*i], "%02X", peercerts[0].data[i]);
240
		certdata[2*i] = 0;
240
		certdata[2*i] = 0;
241
241
242
		SQL_BEGIN("Checking peer x509 certificate.",
242
		SQL_BEGIN("Checking peer x509 certificate.",

Return to bug 293835