summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/unittests/torture_pki.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/unittests/torture_pki.c b/tests/unittests/torture_pki.c
index 879da6c7..b5627dcd 100644
--- a/tests/unittests/torture_pki.c
+++ b/tests/unittests/torture_pki.c
@@ -1265,8 +1265,6 @@ static void torture_pki_write_privkey_rsa(void **state)
(void) state; /* unused */
- ssh_set_log_level(5);
-
rc = ssh_pki_import_privkey_file(LIBSSH_RSA_TESTKEY,
NULL,
NULL,
@@ -1305,8 +1303,6 @@ static void torture_pki_write_privkey_dsa(void **state)
(void) state; /* unused */
- ssh_set_log_level(5);
-
rc = ssh_pki_import_privkey_file(LIBSSH_DSA_TESTKEY,
NULL,
NULL,
@@ -1346,8 +1342,6 @@ static void torture_pki_write_privkey_ecdsa(void **state)
(void) state; /* unused */
- ssh_set_log_level(5);
-
rc = ssh_pki_import_privkey_file(LIBSSH_ECDSA_TESTKEY,
NULL,
NULL,
@@ -1387,8 +1381,6 @@ static void torture_pki_write_privkey_ed25519(void **state){
(void) state; /* unused */
- ssh_set_log_level(5);
-
rc = ssh_pki_import_privkey_file(LIBSSH_ED25519_TESTKEY,
NULL,
NULL,
@@ -1457,8 +1449,6 @@ static void torture_pki_ecdsa_name(void **state, const char *expected_name)
(void) state; /* unused */
- ssh_set_log_level(5);
-
rc = ssh_pki_import_privkey_file(LIBSSH_ECDSA_TESTKEY, NULL, NULL, NULL, &key);
assert_true(rc == 0);