diff options
Diffstat (limited to 'authfile.h')
-rw-r--r-- | authfile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/authfile.h b/authfile.h index 78349beb5..3f2bdcb06 100644 --- a/authfile.h +++ b/authfile.h | |||
@@ -28,4 +28,6 @@ Key *key_load_private_pem(int, int, const char *, char **); | |||
28 | int key_perm_ok(int, const char *); | 28 | int key_perm_ok(int, const char *); |
29 | int key_in_file(Key *, const char *, int); | 29 | int key_in_file(Key *, const char *, int); |
30 | 30 | ||
31 | int blacklisted_key(Key *key, char **fp); | ||
32 | |||
31 | #endif | 33 | #endif |