diff options
author | Darren Tucker <dtucker@zip.com.au> | 2003-12-09 19:19:38 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2003-12-09 19:19:38 +1100 |
commit | 1cbc44493527d9ad0d80d119d5f1fd047e575d4a (patch) | |
tree | 5c8c774b528890372403e467163dfa8d7a45c40b /moduli.c | |
parent | 564f19e2370d71129a85c3aa1130ab812c3ae3c8 (diff) | |
download | openssh-git-1cbc44493527d9ad0d80d119d5f1fd047e575d4a.tar.gz |
- 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.c | 11 |
1 files changed, 1 insertions, 10 deletions
@@ -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 */ |