diff options
author | Darren Tucker <dtucker@zip.com.au> | 2007-05-20 06:58:41 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2007-05-20 06:58:41 +0200 |
commit | 208ac57c305fbd477256528cbc8d9b12a376a936 (patch) | |
tree | 60adaf3020e20d2e882ba121da99958195afd339 /auth2.c | |
parent | 20070509 (diff) | |
download | openssh-208ac57c305fbd477256528cbc8d9b12a376a936.tar.xz openssh-208ac57c305fbd477256528cbc8d9b12a376a936.zip |
- stevesk@cvs.openbsd.org 2007/04/14 22:01:58
[auth2.c]
remove unused macro; from Dmitry V. Levin <ldv@altlinux.org>
Diffstat (limited to '')
-rw-r--r-- | auth2.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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) { |