Skip to content

Commit cecbf6c

Browse files
committed
Use secure.h header for secure allocators
PIVX-Project#2276 split the `allocators.h` header and has been merged
1 parent d9f67da commit cecbf6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/random.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
#include "random.h"
88

9-
#include "allocators.h"
109
#include "compat/cpuid.h"
1110
#include "crypto/sha256.h"
1211
#include "crypto/sha512.h"
1312
#include "support/cleanse.h"
13+
#include "support/allocators/secure.h"
1414
#ifdef WIN32
1515
#include "compat.h" // for Windows API
1616
#include <wincrypt.h>

0 commit comments

Comments
 (0)