dh: Fix reference to ssh_session_update_known_hosts()

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Andreas Schneider
2018-06-27 09:18:48 +02:00
parent 1369559385
commit 1ae014f52a

View File

@@ -1132,7 +1132,7 @@ int ssh_get_publickey(ssh_session session, ssh_key *key)
* you at making things secure.
* OpenSSH uses SHA1 to print public key digests.
*
* @see ssh_is_server_known()
* @see ssh_session_update_known_hosts()
* @see ssh_get_hexa()
* @see ssh_print_hexa()
* @see ssh_clean_pubkey_hash()