summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/torture.c2
-rw-r--r--tests/torture.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/torture.c b/tests/torture.c
index c139f6aa..b0c7a59f 100644
--- a/tests/torture.c
+++ b/tests/torture.c
@@ -42,8 +42,6 @@
/* for pattern matching */
#include "match.c"
-#define TORTURE_TESTKEY_PASSWORD "libssh-rocks"
-
static const char torture_rsa_testkey[] =
"-----BEGIN RSA PRIVATE KEY-----\n"
"MIIEowIBAAKCAQEArAOREUWlBXJAKZ5hABYyxnRayDZP1bJeLbPVK+npxemrhHyZ\n"
diff --git a/tests/torture.h b/tests/torture.h
index 7464c446..d04f7071 100644
--- a/tests/torture.h
+++ b/tests/torture.h
@@ -46,6 +46,8 @@
assert_true(code >= 0)
#endif /* assert_return_code */
+#define TORTURE_TESTKEY_PASSWORD "libssh-rocks"
+
/* Used by main to communicate with parse_opt. */
struct argument_s {
const char *pattern;