diff options
author | Damien Miller <djm@mindrot.org> | 2007-10-26 06:25:12 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2007-10-26 06:25:12 +0200 |
commit | 733124b5dd735cdd12be7dd7002a22f5d3896e29 (patch) | |
tree | 8a9081da5036f6bdde7cb3e9a8bb0585274c3eaf /auth-bsdauth.c | |
parent | - djm@cvs.openbsd.org 2007/09/21 03:05:23 (diff) | |
download | openssh-733124b5dd735cdd12be7dd7002a22f5d3896e29.tar.xz openssh-733124b5dd735cdd12be7dd7002a22f5d3896e29.zip |
- djm@cvs.openbsd.org 2007/09/21 08:15:29
[auth-bsdauth.c auth-passwd.c auth.c auth.h auth1.c auth2-chall.c]
[monitor.c monitor_wrap.c]
unifdef -DBSD_AUTH
unifdef -USKEY
These options have been in use for some years;
ok markus@ "no objection" millert@
(NB. RCD ID sync only for portable)
Diffstat (limited to 'auth-bsdauth.c')
-rw-r--r-- | auth-bsdauth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth-bsdauth.c b/auth-bsdauth.c index 37d527d11..0b3262b49 100644 --- a/auth-bsdauth.c +++ b/auth-bsdauth.c @@ -1,4 +1,4 @@ -/* $OpenBSD: auth-bsdauth.c,v 1.10 2006/08/03 03:34:41 deraadt Exp $ */ +/* $OpenBSD: auth-bsdauth.c,v 1.11 2007/09/21 08:15:29 djm Exp $ */ /* * Copyright (c) 2001 Markus Friedl. All rights reserved. * |