aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2018-06-27 09:18:24 +0200
committerAndreas Schneider <asn@cryptomilk.org>2018-06-27 09:45:35 +0200
commit136955938562f0f2d4b0242b60146683db82c0a1 (patch)
treea81b04d13b893b2cc4c5c1410ef0124d62f7c59f /include
parent7ef72ec91f64130970e5354f32e8a126a0d6d766 (diff)
downloadlibssh-136955938562f0f2d4b0242b60146683db82c0a1.tar.gz
libssh-136955938562f0f2d4b0242b60146683db82c0a1.tar.xz
libssh-136955938562f0f2d4b0242b60146683db82c0a1.zip
include: Fix reference to ssh_session_update_known_hosts
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'include')
-rw-r--r--include/libssh/libsshpp.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libssh/libsshpp.hpp b/include/libssh/libsshpp.hpp
index b8652f73..1ce72948 100644
--- a/include/libssh/libsshpp.hpp
+++ b/include/libssh/libsshpp.hpp
@@ -303,7 +303,7 @@ public:
* @throws SshException on error
* @returns Integer value depending on the knowledge of the
* server key
- * @see ssh_is_server_known
+ * @see ssh_session_update_known_hosts
*/
int isServerKnown(){
int state = ssh_session_is_known_server(c_session);