aboutsummaryrefslogtreecommitdiff
path: root/ssh/sshnc.h
diff options
context:
space:
mode:
authorTom Smeding <tom.smeding@gmail.com>2020-07-12 22:17:12 +0200
committerTom Smeding <tom.smeding@gmail.com>2020-07-12 22:17:12 +0200
commit62af60991cdf72c0023b5ab45e8670dfbdc7f5dd (patch)
treee7865bee28481397e18c1ac65b4a7e5b7782c683 /ssh/sshnc.h
parent93967519fac05078bc0edf6b9fbd0aedefe8dca4 (diff)
tomsg_clientlib: Proper hostkey checking
Diffstat (limited to 'ssh/sshnc.h')
-rw-r--r--ssh/sshnc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh/sshnc.h b/ssh/sshnc.h
index 1e82075..5ee742a 100644
--- a/ssh/sshnc.h
+++ b/ssh/sshnc.h
@@ -64,7 +64,7 @@ enum sshnc_retval sshnc_connect(
const char *username,
const char *subsystem,
sshnc_hostkey_checker_t checker,
- void *userdata,
+ void *userdata, // for checker
struct sshnc_client **client // output
);