Commit 03c48fa0 authored by Bodo Möller's avatar Bodo Möller
Browse files

Avoid shadowing p to make the compiler happy.

parent f3a2a044
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -237,10 +237,8 @@ end:
	ERR_free_strings();

#ifdef LEVITTE_DEBUG
	{
	/* Just to make sure I get a memory leak I can see :-) */
	char *p = Malloc(1024);
	}
	(void)Malloc(1024);
#endif

	CRYPTO_mem_leaks(bio_err);