build: lockedpool.cpp kernel -> crypto

Allows `crypto` functions and classes to use `secure_allocator`.
This commit is contained in:
David Gumberg 2025-01-31 13:29:40 -08:00
parent 51ac1abf6f
commit 8c6fedaa81
3 changed files with 1 additions and 2 deletions

View File

@ -20,6 +20,7 @@ add_library(bitcoin_crypto STATIC EXCLUDE_FROM_ALL
sha512.cpp
siphash.cpp
../support/cleanse.cpp
../support/lockedpool.cpp
)
target_link_libraries(bitcoin_crypto

View File

@ -54,7 +54,6 @@ add_library(bitcoinkernel
../script/solver.cpp
../signet.cpp
../streams.cpp
../support/lockedpool.cpp
../sync.cpp
../txdb.cpp
../txgraph.cpp

View File

@ -33,7 +33,6 @@ add_library(bitcoin_util STATIC EXCLUDE_FROM_ALL
../random.cpp
../randomenv.cpp
../streams.cpp
../support/lockedpool.cpp
../sync.cpp
)