mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-05 12:50:30 +09:00
tests: Fix build warning.
This commit is contained in:
@@ -53,6 +53,8 @@ static void setup_both_keys_passphrase(void **state) {
|
||||
}
|
||||
|
||||
static void teardown(void **state) {
|
||||
(void) state; /* unused */
|
||||
|
||||
unlink(LIBSSH_DSA_TESTKEY);
|
||||
unlink(LIBSSH_DSA_TESTKEY ".pub");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user