aboutsummaryrefslogtreecommitdiff
path: root/src/dh.c
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2018-06-27 09:18:48 +0200
committerAndreas Schneider <asn@cryptomilk.org>2018-06-27 09:45:35 +0200
commit1ae014f52a32bde994511567e740317fd4dc51ca (patch)
treebaf495ee0371be6e8dc71a490b8fe8e382386925 /src/dh.c
parent136955938562f0f2d4b0242b60146683db82c0a1 (diff)
downloadlibssh-1ae014f52a32bde994511567e740317fd4dc51ca.tar.gz
libssh-1ae014f52a32bde994511567e740317fd4dc51ca.tar.xz
libssh-1ae014f52a32bde994511567e740317fd4dc51ca.zip
dh: Fix reference to ssh_session_update_known_hosts()
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'src/dh.c')
-rw-r--r--src/dh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dh.c b/src/dh.c
index d2ddfabd..1c76cf97 100644
--- a/src/dh.c
+++ b/src/dh.c
@@ -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()