=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/kexdh.c,v retrieving revision 1.3.2.2 retrieving revision 1.3.2.3 diff -u -r1.3.2.2 -r1.3.2.3 --- src/usr.bin/ssh/kexdh.c 2002/03/09 00:20:44 1.3.2.2 +++ src/usr.bin/ssh/kexdh.c 2002/06/02 22:56:10 1.3.2.3 @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: kexdh.c,v 1.3.2.2 2002/03/09 00:20:44 miod Exp $"); +RCSID("$OpenBSD: kexdh.c,v 1.3.2.3 2002/06/02 22:56:10 miod Exp $"); #include #include @@ -37,6 +37,7 @@ #include "packet.h" #include "dh.h" #include "ssh2.h" +#include "monitor_wrap.h" static u_char * kex_dh_hash( @@ -275,7 +276,7 @@ /* sign H */ /* XXX hashlen depends on KEX */ - key_sign(server_host_key, &signature, &slen, hash, 20); + PRIVSEP(key_sign(server_host_key, &signature, &slen, hash, 20)); /* destroy_sensitive_data(); */