diff options
Diffstat (limited to 'auth.c')
-rw-r--r-- | auth.c | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: auth.c,v 1.91 2010/11/29 23:45:51 djm Exp $ */ | 1 | /* $OpenBSD: auth.c,v 1.92 2011/05/11 04:47:06 djm Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2000 Markus Friedl. All rights reserved. | 3 | * Copyright (c) 2000 Markus Friedl. All rights reserved. |
4 | * | 4 | * |
@@ -361,12 +361,6 @@ authorized_keys_file(struct passwd *pw) | |||
361 | } | 361 | } |
362 | 362 | ||
363 | char * | 363 | char * |
364 | authorized_keys_file2(struct passwd *pw) | ||
365 | { | ||
366 | return expand_authorized_keys(options.authorized_keys_file2, pw); | ||
367 | } | ||
368 | |||
369 | char * | ||
370 | authorized_principals_file(struct passwd *pw) | 364 | authorized_principals_file(struct passwd *pw) |
371 | { | 365 | { |
372 | if (options.authorized_principals_file == NULL) | 366 | if (options.authorized_principals_file == NULL) |