X-Git-Url: https://gitweb.dragonflybsd.org/~tuxillo/dragonfly.git/blobdiff_plain/36e94dc5bac047676e52d6d94a07db1b31c653e3..3e3d72802874166f1927330e402ca707bd582b6e:/crypto/openssh/authfile.h diff --git a/crypto/openssh/authfile.h b/crypto/openssh/authfile.h index 03bc3958c7..b8c346abec 100644 --- a/crypto/openssh/authfile.h +++ b/crypto/openssh/authfile.h @@ -44,4 +44,7 @@ int sshkey_load_private_pem(int, int, const char *, struct sshkey **, char **); int sshkey_perm_ok(int, const char *); int sshkey_in_file(struct sshkey *, const char *, int); +char *blacklist_filename(const Key *key); +int blacklisted_key(Key *key); + #endif