summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorDamien Miller <djm@cvs.openbsd.org>2003-12-07 06:34:19 +0000
committerDamien Miller <djm@cvs.openbsd.org>2003-12-07 06:34:19 +0000
commitb2468412e71e26443baab4e9b3fb382c2bc4541a (patch)
treecd1442229f6775330b2bf53d146f10707cd520a7 /usr.bin
parentdf4a0d4c010e7d84be1300d9d6cac2d5a9261646 (diff)
remove unused debugging #define templates
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ssh/moduli.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/usr.bin/ssh/moduli.c b/usr.bin/ssh/moduli.c
index eb8cb78e910..17c7281c5ea 100644
--- a/usr.bin/ssh/moduli.c
+++ b/usr.bin/ssh/moduli.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: moduli.c,v 1.2 2003/11/21 11:57:03 djm Exp $ */
+/* $OpenBSD: moduli.c,v 1.3 2003/12/07 06:34:18 djm Exp $ */
/*
* Copyright 1994 Phil Karn <karn@qualcomm.com>
* Copyright 1996-1998, 2003 William Allen Simpson <wsimpson@greendragon.com>
@@ -44,15 +44,6 @@
#include <openssl/bn.h>
-
-/*
- * Debugging defines
- */
-
-/* define DEBUG_LARGE 1 */
-/* define DEBUG_SMALL 1 */
-/* define DEBUG_TEST 1 */
-
/*
* File output defines
*/