aboutsummaryrefslogtreecommitdiff
path: root/tests/torture.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2015-01-21 09:19:30 +0100
committerAndreas Schneider <asn@cryptomilk.org>2015-01-21 09:19:30 +0100
commitf6a50aff4c07934648cf0d43000d08c278670251 (patch)
treedeba2d62f6e2497758f5aabb952011562adfd1bc /tests/torture.h
parent6b7f275c32418a1a38b6f01466299469f9995f4c (diff)
downloadlibssh-f6a50aff4c07934648cf0d43000d08c278670251.tar.gz
libssh-f6a50aff4c07934648cf0d43000d08c278670251.tar.xz
libssh-f6a50aff4c07934648cf0d43000d08c278670251.zip
tests: Fix torture_server_x11().
Diffstat (limited to 'tests/torture.h')
-rw-r--r--tests/torture.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/torture.h b/tests/torture.h
index b4eab587..e1738ab0 100644
--- a/tests/torture.h
+++ b/tests/torture.h
@@ -69,6 +69,7 @@ ssh_session torture_ssh_session(const char *host,
ssh_bind torture_ssh_bind(const char *addr,
const unsigned int port,
+ enum ssh_keytypes_e key_type,
const char *private_key_file);
struct torture_sftp *torture_sftp_session(ssh_session session);