summaryrefslogtreecommitdiff
path: root/pkg/pyinst/cryptography/osrandom_engine.h
blob: 11a3159eee5b9fdd0459b7631fc84a886f2490b7 (plain)
1
2
3
4
5
6
#ifdef _WIN32
#include <Wincrypt.h>
#else
#include <fcntl.h>
#include <unistd.h>
#endif