summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2014-04-17 15:28:26 +0000
committerguenther <guenther@openbsd.org>2014-04-17 15:28:26 +0000
commite781f56e5fa3538964dce4978138e559a8d8d9ab (patch)
tree830b57d145eb1f1a111ff51ca0e59e9e261bcfe8 /lib/libc
parentMore KNF. (diff)
downloadwireguard-openbsd-e781f56e5fa3538964dce4978138e559a8d8d9ab.tar.xz
wireguard-openbsd-e781f56e5fa3538964dce4978138e559a8d8d9ab.zip
Don't default enable the debug functionality with its unprotected getenv().
ok eric@ sthen@ deraadt@
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/asr/asr_private.h6
1 files changed, 1 insertions, 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 <eric@openbsd.org>
*
@@ -17,10 +17,6 @@
#include <stdio.h>
-#ifndef ASRNODEBUG
-#define DEBUG
-#endif
-
#define QR_MASK (0x1 << 15)
#define OPCODE_MASK (0xf << 11)
#define AA_MASK (0x1 << 10)