Diff between d19ff9cca80d48209283f3ff0fab16a3214bc252 and 7c6a6e730b2cfb6d3dd9d65291fe10fc51897b64
Changed Files
| File | Additions | Deletions | Status |
| src/shared/crypto.c | +2 | -0 | modified |
Full Patch
diff --git a/src/shared/crypto.c b/src/shared/crypto.c
index 12ca9a7..7f77674 100644
--- a/src/shared/crypto.c
+++ b/src/shared/crypto.c
@@ -594,6 +594,8 @@ static bool aes_cmac(struct bt_crypto *crypto, uint8_t key[16], uint8_t *msg,
swap_buf(out, res, 16);
+ close(fd);
+
return true;
}