mirror of
https://github.com/espressif/openthread.git
synced 2026-08-12 05:37:46 +00:00
[crypto] avoid directly include config/crypto.h (#11603)
This commit avoids directly including `config/crypto.h` which breaks configuration in project headers.
This commit is contained in:
@@ -52,7 +52,6 @@
|
||||
#include "common/code_utils.hpp"
|
||||
#include "common/debug.hpp"
|
||||
#include "common/new.hpp"
|
||||
#include "config/crypto.h"
|
||||
#include "crypto/ecdsa.hpp"
|
||||
#include "crypto/hmac_sha256.hpp"
|
||||
#include "crypto/storage.hpp"
|
||||
|
||||
Reference in New Issue
Block a user