#ifndef _HKDB_H_35e3200b_ #define _HKDB_H_35e3200b_ /* This file is in the public domain. */ #include "algs.h" /* * Host-key database routines. */ /* * Check a host key against the host-key database. The arguments * describe the host key (algorithm and PK data blob pointer and * length); the lookup key in the database comes from the hkdb-key * config-file variable. */ extern void check_host_key(HKALG *, const void *, int); /* * Implementation of the -kh command-line mode. */ extern void known_hosts_op(void); #endif