From e781f56e5fa3538964dce4978138e559a8d8d9ab Mon Sep 17 00:00:00 2001 From: guenther Date: Thu, 17 Apr 2014 15:28:26 +0000 Subject: [PATCH] Don't default enable the debug functionality with its unprotected getenv(). ok eric@ sthen@ deraadt@ --- lib/libc/asr/asr_private.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lib/libc/asr/asr_private.h b/lib/libc/asr/asr_private.h index d03e686310a..198037359f5 100644 --- a/lib/libc/asr/asr_private.h +++ b/lib/libc/asr/asr_private.h @@ -1,4 +1,4 @@ -/* $OpenBSD: asr_private.h,v 1.25 2014/03/25 19:48:11 eric Exp $ */ +/* $OpenBSD: asr_private.h,v 1.26 2014/04/17 15:28:26 guenther Exp $ */ /* * Copyright (c) 2012 Eric Faurot * @@ -17,10 +17,6 @@ #include -#ifndef ASRNODEBUG -#define DEBUG -#endif - #define QR_MASK (0x1 << 15) #define OPCODE_MASK (0xf << 11) #define AA_MASK (0x1 << 10) -- 2.20.1