mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-06 21:57:54 +02:00
build: lockedpool.cpp kernel -> crypto
Allows `crypto` functions and classes to use `secure_allocator`.
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user