summaryrefslogtreecommitdiff
path: root/authfile.h
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2008-05-25 19:57:41 +0000
committerColin Watson <cjwatson@debian.org>2008-05-25 19:57:41 +0000
commit399dfbc499f54bccb81318cbe86acddcd4bdfeee (patch)
tree6cf28410fcfc165af7dc1c0b6700422721dda560 /authfile.h
parent56c12903717deaf5eecd4c1b772de1eeb6ec4499 (diff)
Check for blacklists in /usr/share/ssh/ as well as /etc/ssh/ (see
#481283).
Diffstat (limited to 'authfile.h')
-rw-r--r--authfile.h1
1 files changed, 0 insertions, 1 deletions
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 *);
23Key *key_load_private_pem(int, int, const char *, char **); 23Key *key_load_private_pem(int, int, const char *, char **);
24int key_perm_ok(int, const char *); 24int key_perm_ok(int, const char *);
25 25
26char *blacklist_filename(const Key *key);
27int blacklisted_key(const Key *key); 26int blacklisted_key(const Key *key);
28 27
29#endif 28#endif