From 458bda88779c2e10094bc49331d368de4b9c6044 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 5 Sep 2018 11:13:57 +0200 Subject: [PATCH] tests: Define LIBSSH_STATIC for torture_cmocka Signed-off-by: Andreas Schneider --- tests/torture_cmocka.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/torture_cmocka.c b/tests/torture_cmocka.c index 72f38606..9c259f73 100644 --- a/tests/torture_cmocka.c +++ b/tests/torture_cmocka.c @@ -23,6 +23,8 @@ #include "config.h" +#define LIBSSH_STATIC + #include "torture.h" void _assert_ssh_return_code(ssh_session session,