Skip to content

Commit b94d447

Browse files
committed
fix(lt_init): wrong argument type in lt_crypto_ctx_deinit call
1 parent 6a56274 commit b94d447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libtropic.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ lt_ret_t lt_init(lt_handle_t *h)
7777
return LT_OK;
7878

7979
crypto_ctx_cleanup:
80-
ret_unused = lt_crypto_ctx_deinit(&h->l3.crypto_ctx);
80+
ret_unused = lt_crypto_ctx_deinit(h->l3.crypto_ctx);
8181

8282
l1_cleanup:
8383
ret_unused = lt_l1_deinit(&h->l2);

0 commit comments

Comments
 (0)