diff options
Diffstat (limited to 'auth2.c')
-rw-r--r-- | auth2.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: auth2.c,v 1.114 2007/03/01 10:28:02 dtucker Exp $ */ | 1 | /* $OpenBSD: auth2.c,v 1.115 2007/04/14 22:01:58 stevesk Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2000 Markus Friedl. All rights reserved. | 3 | * Copyright (c) 2000 Markus Friedl. All rights reserved. |
4 | * | 4 | * |
@@ -286,8 +286,6 @@ userauth_finish(Authctxt *authctxt, int authenticated, char *method) | |||
286 | } | 286 | } |
287 | } | 287 | } |
288 | 288 | ||
289 | #define DELIM "," | ||
290 | |||
291 | static char * | 289 | static char * |
292 | authmethods_get(void) | 290 | authmethods_get(void) |
293 | { | 291 | { |