mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-21 17:30:00 +00:00
fix(nimble) Fix tinycrypt compilation issues when enabled
This commit is contained in:
@@ -111,6 +111,7 @@ ble_aes_ccm_encrypt_be(const uint8_t *key, const uint8_t *plaintext, uint8_t *en
|
||||
}
|
||||
|
||||
#else
|
||||
#include <tinycrypt/aes.h>
|
||||
#include <tinycrypt/constants.h>
|
||||
int
|
||||
ble_aes_ccm_encrypt_be(const uint8_t *key, const uint8_t *plaintext, uint8_t *enc_data)
|
||||
|
||||
Reference in New Issue
Block a user