Thom Wiggers
il y a 5 ans
Parent
révision
a230c51cf5
Aucune clé connue n'a été trouvée dans la base pour cette signature
ID de la clé GPG: 1BB0A7CE26E363
1 fichiers modifiés avec
1 ajouts et
0 suppressions
-
common/randombytes.c
|
|
@@ -33,6 +33,7 @@ THE SOFTWARE. |
|
|
|
|
|
|
|
#if defined(_WIN32) |
|
|
|
/* Windows */ |
|
|
|
// NOLINTNEXTLINE(llvm-include-order): Include order required by Windows |
|
|
|
#include <windows.h> |
|
|
|
#include <wincrypt.h> /* CryptAcquireContext, CryptGenRandom */ |
|
|
|
#endif /* defined(_WIN32) */ |
|
|
|