mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-11 02:38:09 +09:00
tests: Replace ssh_key_free() with SSH_KEY_FREE()
Signed-off-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
committed by
Andreas Schneider
parent
143b5e2e50
commit
2eaa23a20e
@@ -41,7 +41,7 @@ static int setup_rsa_key(void **state)
|
||||
|
||||
static int teardown(void **state)
|
||||
{
|
||||
ssh_key_free(*state);
|
||||
SSH_KEY_FREE(*state);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user