From 208ac57c305fbd477256528cbc8d9b12a376a936 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Sun, 20 May 2007 14:58:41 +1000 Subject: - stevesk@cvs.openbsd.org 2007/04/14 22:01:58 [auth2.c] remove unused macro; from Dmitry V. Levin --- ChangeLog | 8 +++++++- auth2.c | 4 +--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 18098254c..8358f0446 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 + 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 $ diff --git a/auth2.c b/auth2.c index b1a4e3635..bded8c2f8 100644 --- a/auth2.c +++ b/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. * @@ -281,8 +281,6 @@ userauth_finish(Authctxt *authctxt, int authenticated, char *method) } } -#define DELIM "," - static char * authmethods_get(void) { -- cgit v1.2.3