diff options
author | djm <djm> | 2007-10-26 04:25:12 +0000 |
---|---|---|
committer | djm <djm> | 2007-10-26 04:25:12 +0000 |
commit | f75525964736ca5311227afb8fb655b4729e94ac (patch) | |
tree | 2f100ee078a5d27bcacfad11e6c23001b75a73ba /auth1.c | |
parent | 03648b4f726545478b4c6efcc5c8d092710ea93f (diff) | |
download | openssh-f75525964736ca5311227afb8fb655b4729e94ac.tar.gz |
- 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 'auth1.c')
-rw-r--r-- | auth1.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $OpenBSD: auth1.c,v 1.70 2006/08/03 03:34:41 deraadt Exp $ */ +/* $OpenBSD: auth1.c,v 1.71 2007/09/21 08:15:29 djm Exp $ */ /* * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland * All rights reserved |