mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-05-31 16:21:13 +03:00
tests: Fix endif
Ups. Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
parent
c480ac8522
commit
d9ff44b46e
@ -214,7 +214,6 @@ static int sshbind_teardown(void **state)
|
|||||||
ssh_bind_free(*state);
|
ssh_bind_free(*state);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
#endif /* WITH_SERVER */
|
|
||||||
|
|
||||||
static void torture_bind_options_import_key(void **state)
|
static void torture_bind_options_import_key(void **state)
|
||||||
{
|
{
|
||||||
@ -246,6 +245,7 @@ static void torture_bind_options_import_key(void **state)
|
|||||||
rc = ssh_bind_options_set(bind, SSH_BIND_OPTIONS_IMPORT_KEY, key);
|
rc = ssh_bind_options_set(bind, SSH_BIND_OPTIONS_IMPORT_KEY, key);
|
||||||
assert_int_equal(rc, 0);
|
assert_int_equal(rc, 0);
|
||||||
}
|
}
|
||||||
|
#endif /* WITH_SERVER */
|
||||||
|
|
||||||
|
|
||||||
int torture_run_tests(void) {
|
int torture_run_tests(void) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user