diff options
Diffstat (limited to 'authfile.h')
-rw-r--r-- | authfile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/authfile.h b/authfile.h index 094b855bd..e66d1f573 100644 --- a/authfile.h +++ b/authfile.h | |||
@@ -26,6 +26,6 @@ Key *key_load_private_pem(int, int, const char *, char **); | |||
26 | int key_perm_ok(int, const char *); | 26 | int key_perm_ok(int, const char *); |
27 | int key_in_file(Key *, const char *, int); | 27 | int key_in_file(Key *, const char *, int); |
28 | 28 | ||
29 | int blacklisted_key(const Key *key, char **fp); | 29 | int blacklisted_key(Key *key, char **fp); |
30 | 30 | ||
31 | #endif | 31 | #endif |