summaryrefslogtreecommitdiff
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 eb8cb78e9..17c7281c5 100644
--- a/moduli.c
+++ b/moduli.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: moduli.c,v 1.2 2003/11/21 11:57:03 djm Exp $ */ 1/* $OpenBSD: moduli.c,v 1.3 2003/12/07 06:34:18 djm Exp $ */
2/* 2/*
3 * Copyright 1994 Phil Karn <karn@qualcomm.com> 3 * Copyright 1994 Phil Karn <karn@qualcomm.com>
4 * Copyright 1996-1998, 2003 William Allen Simpson <wsimpson@greendragon.com> 4 * Copyright 1996-1998, 2003 William Allen Simpson <wsimpson@greendragon.com>
@@ -44,15 +44,6 @@
44 44
45#include <openssl/bn.h> 45#include <openssl/bn.h>
46 46
47
48/*
49 * Debugging defines
50 */
51
52/* define DEBUG_LARGE 1 */
53/* define DEBUG_SMALL 1 */
54/* define DEBUG_TEST 1 */
55
56/* 47/*
57 * File output defines 48 * File output defines
58 */ 49 */