From 399dfbc499f54bccb81318cbe86acddcd4bdfeee Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sun, 25 May 2008 19:57:41 +0000 Subject: Check for blacklists in /usr/share/ssh/ as well as /etc/ssh/ (see #481283). --- authfile.h | 1 - 1 file changed, 1 deletion(-) (limited to 'authfile.h') diff --git a/authfile.h b/authfile.h index e47710495..91557e4a2 100644 --- a/authfile.h +++ b/authfile.h @@ -23,7 +23,6 @@ Key *key_load_private_type(int, const char *, const char *, char **, int *); Key *key_load_private_pem(int, int, const char *, char **); int key_perm_ok(int, const char *); -char *blacklist_filename(const Key *key); int blacklisted_key(const Key *key); #endif -- cgit v1.2.3