- stevesk@cvs.openbsd.org 2007/04/14 22:01:58
[auth2.c] remove unused macro; from Dmitry V. Levin <ldv@altlinux.org>
This commit is contained in:
parent
aa8954f1d9
commit
208ac57c30
|
@ -1,3 +1,9 @@
|
||||||
|
20070520
|
||||||
|
- (dtucker) OpenBSD CVS Sync
|
||||||
|
- stevesk@cvs.openbsd.org 2007/04/14 22:01:58
|
||||||
|
[auth2.c]
|
||||||
|
remove unused macro; from Dmitry V. Levin <ldv@altlinux.org>
|
||||||
|
|
||||||
20070509
|
20070509
|
||||||
- (tim) [configure.ac] Bug #1287: Add missing test for ucred.h.
|
- (tim) [configure.ac] Bug #1287: Add missing test for ucred.h.
|
||||||
|
|
||||||
|
@ -2897,4 +2903,4 @@
|
||||||
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
||||||
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.4660 2007/05/09 22:57:43 tim Exp $
|
$Id: ChangeLog,v 1.4661 2007/05/20 04:58:41 dtucker Exp $
|
||||||
|
|
4
auth2.c
4
auth2.c
|
@ -1,4 +1,4 @@
|
||||||
/* $OpenBSD: auth2.c,v 1.114 2007/03/01 10:28:02 dtucker Exp $ */
|
/* $OpenBSD: auth2.c,v 1.115 2007/04/14 22:01:58 stevesk Exp $ */
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2000 Markus Friedl. All rights reserved.
|
* Copyright (c) 2000 Markus Friedl. All rights reserved.
|
||||||
*
|
*
|
||||||
|
@ -281,8 +281,6 @@ userauth_finish(Authctxt *authctxt, int authenticated, char *method)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#define DELIM ","
|
|
||||||
|
|
||||||
static char *
|
static char *
|
||||||
authmethods_get(void)
|
authmethods_get(void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue