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