mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
build: Move lockedpool.cpp
from util -> crypto
Allows `crypto` functions and classes to use `secure_allocator`.
This commit is contained in:
parent
15fa9efd3c
commit
721c9240fb
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -32,7 +32,6 @@ add_library(bitcoin_util STATIC EXCLUDE_FROM_ALL
|
|||
../random.cpp
|
||||
../randomenv.cpp
|
||||
../streams.cpp
|
||||
../support/lockedpool.cpp
|
||||
../sync.cpp
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue