]> andersk Git - openssh.git/commitdiff
- stevesk@cvs.openbsd.org 2007/04/14 22:01:58
authordtucker <dtucker>
Sun, 20 May 2007 04:58:41 +0000 (04:58 +0000)
committerdtucker <dtucker>
Sun, 20 May 2007 04:58:41 +0000 (04:58 +0000)
     [auth2.c]
     remove unused macro; from Dmitry V. Levin <ldv@altlinux.org>

ChangeLog
auth2.c

index 6e820edb0ad842fb9ef59f268dcef4100a557e0f..535acb39343925f2c0fc994a8a1b36bbe261f7dd 100644 (file)
--- 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 <ldv@altlinux.org>
+
 20070509
  - (tim) [configure.ac] Bug #1287: Add missing test for ucred.h.
 
diff --git a/auth2.c b/auth2.c
index b1a4e3635aa76d45282b772bf6cb7543016c47d1..bded8c2f8556bf90d6323674ce1188f57c4e85da 100644 (file)
--- 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)
 {
This page took 0.450162 seconds and 5 git commands to generate.