mirror of
https://github.com/espressif/openthread.git
synced 2026-07-22 12:04:06 +00:00
Change top-level namespace from 'Thread' to 'ot'. (#1664)
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
#include "crypto/hmac_sha256.hpp"
|
||||
#include "crypto/aes_ccm.hpp"
|
||||
|
||||
using namespace Thread::Crypto;
|
||||
using namespace ot::Crypto;
|
||||
|
||||
void otCryptoHmacSha256(
|
||||
const uint8_t *aKey, uint16_t aKeyLength,
|
||||
|
||||
Reference in New Issue
Block a user