diff options
Diffstat (limited to 'authfile.h')
-rw-r--r-- | authfile.h | 1 |
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 *); | |||
23 | Key *key_load_private_pem(int, int, const char *, char **); | 23 | Key *key_load_private_pem(int, int, const char *, char **); |
24 | int key_perm_ok(int, const char *); | 24 | int key_perm_ok(int, const char *); |
25 | 25 | ||
26 | char *blacklist_filename(const Key *key); | ||
27 | int blacklisted_key(const Key *key); | 26 | int blacklisted_key(const Key *key); |
28 | 27 | ||
29 | #endif | 28 | #endif |