summaryrefslogtreecommitdiff
path: root/dsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'dsa.c')
-rw-r--r--dsa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dsa.c b/dsa.c
index a4f6d3e78..580590809 100644
--- a/dsa.c
+++ b/dsa.c
@@ -28,7 +28,7 @@
28 */ 28 */
29 29
30#include "includes.h" 30#include "includes.h"
31RCSID("$Id: dsa.c,v 1.5 2000/04/26 20:56:29 markus Exp $"); 31RCSID("$Id: dsa.c,v 1.6 2000/05/04 22:37:59 markus Exp $");
32 32
33#include "ssh.h" 33#include "ssh.h"
34#include "xmalloc.h" 34#include "xmalloc.h"
@@ -63,7 +63,7 @@ dsa_key_from_blob(
63 Key *key; 63 Key *key;
64 64
65#ifdef DEBUG_DSS 65#ifdef DEBUG_DSS
66 dump_base64(blob, blen); 66 dump_base64(stderr, blob, blen);
67#endif 67#endif
68 /* fetch & parse DSA/DSS pubkey */ 68 /* fetch & parse DSA/DSS pubkey */
69 key = key_new(KEY_DSA); 69 key = key_new(KEY_DSA);