aboutsummaryrefslogtreecommitdiff
path: root/tests/unittests/torture_pki_dsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unittests/torture_pki_dsa.c')
-rw-r--r--tests/unittests/torture_pki_dsa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unittests/torture_pki_dsa.c b/tests/unittests/torture_pki_dsa.c
index e8d03904..ebb3c8b2 100644
--- a/tests/unittests/torture_pki_dsa.c
+++ b/tests/unittests/torture_pki_dsa.c
@@ -533,8 +533,8 @@ static void torture_pki_dsa_duplicate_key(void **state)
ssh_key_free(pubkey);
ssh_key_free(privkey);
ssh_key_free(privkey_dup);
- ssh_string_free_char(b64_key);
- ssh_string_free_char(b64_key_gen);
+ SSH_STRING_FREE_CHAR(b64_key);
+ SSH_STRING_FREE_CHAR(b64_key_gen);
}
static void torture_pki_dsa_generate_key(void **state)