diff options
author | Matt Johnston <matt@ucc.asn.au> | 2004-08-03 17:26:56 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2004-08-03 17:26:56 +0000 |
commit | 7cdad3c2006070097d65a2c4d3737c6eac0b63e6 (patch) | |
tree | 6cfc76554e2e7284f7697ba5c499cae22d87b642 /dbutil.c | |
parent | 7a854cb1f8ffb4ec8f81b8ec50cc42c165839ff3 (diff) |
Pubkey auth is mostly there for the client. Something strange with
remote hostkey verification though.
--HG--
extra : convert_revision : 8635abe49e499e16d44a8ee79d474dc35257e9cc
Diffstat (limited to 'dbutil.c')
-rw-r--r-- | dbutil.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -103,7 +103,6 @@ void dropbear_log(int priority, const char* format, ...) { #ifdef DEBUG_TRACE void dropbear_trace(const char* format, ...) { -#if 0 va_list param; va_start(param, format); @@ -111,7 +110,6 @@ void dropbear_trace(const char* format, ...) { vfprintf(stderr, format, param); fprintf(stderr, "\n"); va_end(param); -#endif } #endif /* DEBUG_TRACE */ |