diff dbutil.c @ 45:9ee8996a375f

Pubkey auth is mostly there for the client. Something strange with remote hostkey verification though.
author Matt Johnston <matt@ucc.asn.au>
date Tue, 03 Aug 2004 17:26:56 +0000
parents b4874d772210
children 095d689fed16
line wrap: on
line diff
--- a/dbutil.c	Tue Aug 03 15:51:55 2004 +0000
+++ b/dbutil.c	Tue Aug 03 17:26:56 2004 +0000
@@ -103,7 +103,6 @@
 #ifdef DEBUG_TRACE
 void dropbear_trace(const char* format, ...) {
 
-#if 0
 	va_list param;
 
 	va_start(param, format);
@@ -111,7 +110,6 @@
 	vfprintf(stderr, format, param);
 	fprintf(stderr, "\n");
 	va_end(param);
-#endif
 }
 #endif /* DEBUG_TRACE */