From: guenther Date: Thu, 17 Apr 2014 15:28:26 +0000 (+0000) Subject: Don't default enable the debug functionality with its unprotected getenv(). X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=e781f56e5fa3538964dce4978138e559a8d8d9ab;p=openbsd Don't default enable the debug functionality with its unprotected getenv(). ok eric@ sthen@ deraadt@ --- 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)