Diff between f11b5dbcfcec17e85b18962c6cc243efdc369c7c and f11e50810b3a61ec09ec7b8dab63bb90c92e2eae

Changed Files

File Additions Deletions Status
src/shared/crypto.c +0 -1 modified

Full Patch

diff --git a/src/shared/crypto.c b/src/shared/crypto.c
index c400081..c438ab3 100644
--- a/src/shared/crypto.c
+++ b/src/shared/crypto.c
@@ -279,7 +279,6 @@ bool bt_crypto_sign_att(struct bt_crypto *crypto, const uint8_t key[16],
 	/* The most significant octet of key corresponds to key[0] */
 	swap_buf(key, tmp, 16);
 
-	memcpy(signature, tmp + 4, 12);
 	fd = alg_new(crypto->cmac_aes, tmp, 16);
 	if (fd < 0)
 		return false;