From d8ca44ba4158a9dafeaa30d3cba6f113904d2aa6 Mon Sep 17 00:00:00 2001 From: Emilia Kasper Date: Wed, 27 Jan 2016 19:13:33 +0100 Subject: Always DPURIFY The use of the uninitialized buffer in the RNG has no real security benefits and is only a nuisance when using memory sanitizers. Reviewed-by: Rich Salz Reviewed-by: Viktor Dukhovni --- Configurations/90-team.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Configurations/90-team.conf') diff --git a/Configurations/90-team.conf b/Configurations/90-team.conf index 993e078d50..a0f2ce3103 100644 --- a/Configurations/90-team.conf +++ b/Configurations/90-team.conf @@ -8,7 +8,7 @@ %targets = ( "purify" => { cc => "purify gcc", - cflags => "-g -DPURIFY -Wall", + cflags => "-g -Wall", thread_cflag => "(unknown)", lflags => "-lsocket -lnsl", }, -- cgit v1.2.3