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

Collapse All | Expand All

(-)src/security/hashfunc.c (-1 / +1 lines)
Lines 36-42 Link Here
36
		return hash;
36
		return hash;
37
	}
37
	}
38
38
39
	handle = gcry_md_open(0, flags);
39
	gcry_md_open(&handle, 0, flags);
40
	if(!handle)
40
	if(!handle)
41
	{
41
	{
42
		fprintf(stderr, "Error: couldn't create handle.\n");
42
		fprintf(stderr, "Error: couldn't create handle.\n");

Return to bug 37281