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:
Anderson Toshiyuki Sasaki
2018-09-24 18:42:22 +02:00
committed by Andreas Schneider
parent 143b5e2e50
commit 2eaa23a20e
8 changed files with 129 additions and 152 deletions

View File

@@ -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;
}