$NetBSD: patch-ab,v 1.1 2002/05/20 15:22:01 wiz Exp $ --- ssh-agent.c.orig Sun Feb 11 05:16:14 2001 +++ ssh-agent.c @@ -890,7 +890,7 @@ struct auth_id *id; u_int32_t keybits, resptype; u_int8_t *session_id = NULL; - u_int8_t *encr_chal = NULL, *chal, response[16]; + u_int8_t *encr_chal = NULL, *chal = NULL, response[16]; ssh_MD5 md5ctx; int nuke = 0; int chal_len = 0, len;