From 2c81c2093a3028231aa7c5f95463122bd2048918 Mon Sep 17 00:00:00 2001 From: Markus Friedl Date: Thu, 4 May 2000 22:38:01 +0000 Subject: replace broken uuencode w/ libc b64_ntop --- usr.bin/ssh/dsa.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/ssh/dsa.c') diff --git a/usr.bin/ssh/dsa.c b/usr.bin/ssh/dsa.c index a4f6d3e7857..58059080939 100644 --- a/usr.bin/ssh/dsa.c +++ b/usr.bin/ssh/dsa.c @@ -28,7 +28,7 @@ */ #include "includes.h" -RCSID("$Id: dsa.c,v 1.5 2000/04/26 20:56:29 markus Exp $"); +RCSID("$Id: dsa.c,v 1.6 2000/05/04 22:37:59 markus Exp $"); #include "ssh.h" #include "xmalloc.h" @@ -63,7 +63,7 @@ dsa_key_from_blob( Key *key; #ifdef DEBUG_DSS - dump_base64(blob, blen); + dump_base64(stderr, blob, blen); #endif /* fetch & parse DSA/DSS pubkey */ key = key_new(KEY_DSA); -- cgit v1.2.3