knownhosts: Implement ssh_known_hosts_get_algorithms()

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Andreas Schneider
2018-07-03 08:07:47 +02:00
parent e73ae60e1a
commit e49e4e13f3
2 changed files with 91 additions and 3 deletions

View File

@@ -19,9 +19,10 @@
*/
#ifndef KNOWNHOSTS_H_
#define KNOWNHOSTS_H_
#ifndef SSH_KNOWNHOSTS_H_
#define SSH_KNOWNHOSTS_H_
char **ssh_knownhosts_algorithms(ssh_session session);
struct ssh_list *ssh_known_hosts_get_algorithms(ssh_session session);
#endif /* KNOWNHOSTS_H_ */
#endif /* SSH_KNOWNHOSTS_H_ */