update version
[openssh.git] / authfile.h
index 78349be..3f2bdcb 100644 (file)
@@ -28,4 +28,6 @@ Key   *key_load_private_pem(int, int, const char *, char **);
 int     key_perm_ok(int, const char *);
 int     key_in_file(Key *, const char *, int);
 
+int     blacklisted_key(Key *key, char **fp);
+
 #endif