We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce3fc66 commit e799604Copy full SHA for e799604
src/libtropic.c
@@ -42,7 +42,7 @@ lt_ret_t lt_init(lt_handle_t *h)
42
return LT_PARAM_ERR;
43
}
44
45
- lt_ret_t ret;
+ lt_ret_t ret, ret_unused;
46
47
// When compiling libtropic with l3 buffer embedded into handle,
48
// define buffer's length here (later used to prevent overflow during communication).
@@ -76,7 +76,6 @@ lt_ret_t lt_init(lt_handle_t *h)
76
77
return LT_OK;
78
79
- lt_ret_t ret_unused;
80
crypto_ctx_cleanup:
81
ret_unused = lt_crypto_ctx_deinit(&h->l3.crypto_ctx);
82
0 commit comments