diff options
Diffstat (limited to 'auth.h')
-rw-r--r-- | auth.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -175,6 +175,8 @@ HostStatus | |||
175 | check_key_in_hostfiles(struct passwd *, Key *, const char *, | 175 | check_key_in_hostfiles(struct passwd *, Key *, const char *, |
176 | const char *, const char *); | 176 | const char *, const char *); |
177 | 177 | ||
178 | int reject_blacklisted_key(Key *, int); | ||
179 | |||
178 | /* hostkey handling */ | 180 | /* hostkey handling */ |
179 | Key *get_hostkey_by_index(int); | 181 | Key *get_hostkey_by_index(int); |
180 | Key *get_hostkey_by_type(int); | 182 | Key *get_hostkey_by_type(int); |