summaryrefslogtreecommitdiffstats
path: root/moduli.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-12-09 19:19:38 +1100
committerDarren Tucker <dtucker@zip.com.au>2003-12-09 19:19:38 +1100
commit1cbc44493527d9ad0d80d119d5f1fd047e575d4a (patch)
tree5c8c774b528890372403e467163dfa8d7a45c40b /moduli.c
parent564f19e2370d71129a85c3aa1130ab812c3ae3c8 (diff)
- djm@cvs.openbsd.org 2003/12/07 06:34:18
[moduli.c] remove unused debugging #define templates
Diffstat (limited to 'moduli.c')
-rw-r--r--moduli.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/moduli.c b/moduli.c
index eb8cb78e..17c7281c 100644
--- a/moduli.c
+++ b/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
*/