[auth2.c]
     remove unused macro; from Dmitry V. Levin <ldv@altlinux.org>
This commit is contained in:
Darren Tucker 2007-05-20 14:58:41 +10:00
parent aa8954f1d9
commit 208ac57c30
2 changed files with 8 additions and 4 deletions

View File

@ -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
- (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
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 $

View File

@ -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.
*
@ -281,8 +281,6 @@ userauth_finish(Authctxt *authctxt, int authenticated, char *method)
}
}
#define DELIM ","
static char *
authmethods_get(void)
{