summaryrefslogtreecommitdiffstats
path: root/tests/torture.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/torture.c')
-rw-r--r--tests/torture.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/torture.c b/tests/torture.c
index 09ab9e27..0b8eb3da 100644
--- a/tests/torture.c
+++ b/tests/torture.c
@@ -534,6 +534,11 @@ const char *torture_get_testkey_pub(enum ssh_keytypes_e type, int ecda_bits)
return torture_get_testkey_internal(type, ecda_bits, 0, 1);
}
+const char *torture_get_testkey_passphrase(void)
+{
+ return TORTURE_TESTKEY_PASSWORD;
+}
+
int torture_libssh_verbosity(void){
return verbosity;
}