summaryrefslogtreecommitdiff
path: root/authfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'authfile.h')
-rw-r--r--authfile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/authfile.h b/authfile.h
index 6dfa478e7..674fc939f 100644
--- a/authfile.h
+++ b/authfile.h
@@ -24,4 +24,6 @@ Key *key_load_private_pem(int, int, const char *, char **);
24int key_perm_ok(int, const char *); 24int key_perm_ok(int, const char *);
25int key_in_file(Key *, const char *, int); 25int key_in_file(Key *, const char *, int);
26 26
27int blacklisted_key(const Key *key, char **fp);
28
27#endif 29#endif