diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2001-02-22 21:59:45 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2001-02-22 21:59:45 +0000 |
commit | c53bea2d689b27f3ff0de5586bf6463b04abb457 (patch) | |
tree | 7a884e1364a1d8acadc4b8752286292396a344d8 /usr.bin/ssh/auth1.c | |
parent | dea01b6e7f0865d98a3de5f0818d2d09b8987f0f (diff) |
use pwcopy in ssh.c, too
Diffstat (limited to 'usr.bin/ssh/auth1.c')
-rw-r--r-- | usr.bin/ssh/auth1.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/auth1.c b/usr.bin/ssh/auth1.c index 494231925c2..8715c523fc4 100644 --- a/usr.bin/ssh/auth1.c +++ b/usr.bin/ssh/auth1.c @@ -10,7 +10,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth1.c,v 1.17 2001/02/13 22:49:40 markus Exp $"); +RCSID("$OpenBSD: auth1.c,v 1.18 2001/02/22 21:59:43 markus Exp $"); #include "xmalloc.h" #include "rsa.h" @@ -23,6 +23,7 @@ RCSID("$OpenBSD: auth1.c,v 1.17 2001/02/13 22:49:40 markus Exp $"); #include "compat.h" #include "auth.h" #include "session.h" +#include "misc.h" /* import */ extern ServerOptions options; |