[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:
Yakun Xu
2025-06-17 21:06:48 +09:00
committed by GitHub
parent a640f85db8
commit 48407719cd
-1
View File
@@ -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"