aboutsummaryrefslogtreecommitdiff
path: root/tests/torture.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2015-05-06 09:47:17 +0200
committerAndreas Schneider <asn@cryptomilk.org>2015-05-06 09:47:17 +0200
commitf81d296e54a3ca153d051ccc2ca335eb47d1ee68 (patch)
tree3db2e8a561ab048c91d9fc489a308debd45cfd79 /tests/torture.h
parent57afe7816764a771c32c0bdae71603d0e4ef7bf3 (diff)
downloadlibssh-f81d296e54a3ca153d051ccc2ca335eb47d1ee68.tar.gz
libssh-f81d296e54a3ca153d051ccc2ca335eb47d1ee68.tar.xz
libssh-f81d296e54a3ca153d051ccc2ca335eb47d1ee68.zip
torture: Move TORTURE_TESTKEY_PASSWORD to header
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'tests/torture.h')
-rw-r--r--tests/torture.h2
1 files changed, 2 insertions, 0 deletions
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;