diff options
author | Paul Selkirk <paul@psgd.org> | 2016-06-01 16:43:20 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2016-06-01 16:43:20 -0400 |
commit | b83f77f5517d65c11052ab11e48b56dcb9f712ef (patch) | |
tree | 3b8e7882572b464019648c9ff5870b8fb2ed72c4 /tests/test-rpc_pkey.c | |
parent | 9ad64e1fd9f77087320433b8b9d01a31304f0a1e (diff) |
Add hal_rpc_client_close() where needed.
Diffstat (limited to 'tests/test-rpc_pkey.c')
-rw-r--r-- | tests/test-rpc_pkey.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test-rpc_pkey.c b/tests/test-rpc_pkey.c index f5374b3..f6b6f15 100644 --- a/tests/test-rpc_pkey.c +++ b/tests/test-rpc_pkey.c @@ -334,6 +334,8 @@ int main (int argc, char *argv[]) for (int i = 0; i < (sizeof(ecdsa_tc)/sizeof(*ecdsa_tc)); i++) ok &= test_ecdsa_generate(&ecdsa_tc[i]); + ok &= hal_rpc_client_close(); + return !ok; } |