mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-17 08:52:45 +00:00
build: lockedpool.cpp kernel -> crypto
Allows `crypto` functions and classes to use `secure_allocator`.
This commit is contained in:
parent
51ac1abf6f
commit
8c6fedaa81
@ -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
|
||||
|
||||
@ -54,7 +54,6 @@ add_library(bitcoinkernel
|
||||
../script/solver.cpp
|
||||
../signet.cpp
|
||||
../streams.cpp
|
||||
../support/lockedpool.cpp
|
||||
../sync.cpp
|
||||
../txdb.cpp
|
||||
../txgraph.cpp
|
||||
|
||||
@ -33,7 +33,6 @@ add_library(bitcoin_util STATIC EXCLUDE_FROM_ALL
|
||||
../random.cpp
|
||||
../randomenv.cpp
|
||||
../streams.cpp
|
||||
../support/lockedpool.cpp
|
||||
../sync.cpp
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user