diff options
author | djm <djm> | 2007-09-17 01:54:24 +0000 |
---|---|---|
committer | djm <djm> | 2007-09-17 01:54:24 +0000 |
commit | 19a3872211e550a678a295892e82305d1f160161 (patch) | |
tree | 651662f84c14f719e50ed5b1a01c8ffed43ee0d0 /auth-passwd.c | |
parent | 12fdde133990aa90f0e5d4b297b2128b8bc43c23 (diff) | |
download | openssh-19a3872211e550a678a295892e82305d1f160161.tar.gz |
- 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 33364363..6b67a131 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 |