diff options
author | Damien Miller <djm@mindrot.org> | 2007-09-17 03:54:24 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2007-09-17 03:54:24 +0200 |
commit | 6ef50134c257b9e043e4a92821c5688263865d38 (patch) | |
tree | 38f698db184b68f0e191f528321870a8d176569c /auth-passwd.c | |
parent | - djm@cvs.openbsd.org 2007/08/23 02:49:43 (diff) | |
download | openssh-6ef50134c257b9e043e4a92821c5688263865d38.tar.xz openssh-6ef50134c257b9e043e4a92821c5688263865d38.zip |
- djm@cvs.openbsd.org 2007/08/23 02:55:51
[auth-passwd.c auth.c session.c]
missed include bits from last commit
NB. RCS ID sync only for portable
Diffstat (limited to 'auth-passwd.c')
-rw-r--r-- | auth-passwd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth-passwd.c b/auth-passwd.c index 33364363a..6b67a131b 100644 --- a/auth-passwd.c +++ b/auth-passwd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: auth-passwd.c,v 1.41 2007/08/23 02:49:43 djm Exp $ */ +/* $OpenBSD: auth-passwd.c,v 1.42 2007/08/23 02:55:51 djm Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |