Skip to content

Commit

Permalink
Use secure.h header for secure allocators
Browse files Browse the repository at this point in the history
#2276 split the `allocators.h` header and has been merged
  • Loading branch information
Fuzzbawls committed Apr 14, 2021
1 parent d9f67da commit cecbf6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/random.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

#include "random.h"

#include "allocators.h"
#include "compat/cpuid.h"
#include "crypto/sha256.h"
#include "crypto/sha512.h"
#include "support/cleanse.h"
#include "support/allocators/secure.h"
#ifdef WIN32
#include "compat.h" // for Windows API
#include <wincrypt.h>
Expand Down

0 comments on commit cecbf6c

Please sign in to comment.