diff options
author | Damien Miller <djm@mindrot.org> | 2003-05-14 05:40:06 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2003-05-14 05:40:06 +0200 |
commit | d558092522153caa627e33e4a76c6f64332bc609 (patch) | |
tree | 78618b9f2e8464d130d14739ee14b7786706934f /auth1.c | |
parent | - (djm) Bug #117: Don't lie to PAM about username (diff) | |
download | openssh-d558092522153caa627e33e4a76c6f64332bc609.tar.xz openssh-d558092522153caa627e33e4a76c6f64332bc609.zip |
- (djm) RCSID sync w/ OpenBSD
Diffstat (limited to 'auth1.c')
-rw-r--r-- | auth1.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: auth1.c,v 1.47 2003/02/06 21:22:42 markus Exp $"); +RCSID("$OpenBSD: auth1.c,v 1.48 2003/04/08 20:21:28 itojun Exp $"); #include "xmalloc.h" #include "rsa.h" |