mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-04 12:20:42 +09:00
tests: Apply verbosity also for the ssh_bind
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org> Reviewed-by: Pavol Žáčik <pzacik@redhat.com>
This commit is contained in:
@@ -415,6 +415,13 @@ ssh_bind torture_ssh_bind(const char *addr,
|
||||
goto out_free;
|
||||
}
|
||||
|
||||
rc = ssh_bind_options_set(sshbind,
|
||||
SSH_BIND_OPTIONS_LOG_VERBOSITY,
|
||||
&verbosity);
|
||||
if (rc < 0) {
|
||||
goto out_free;
|
||||
}
|
||||
|
||||
switch (key_type) {
|
||||
case SSH_KEYTYPE_RSA:
|
||||
case SSH_KEYTYPE_ECDSA_P256:
|
||||
|
||||
Reference in New Issue
Block a user