summaryrefslogtreecommitdiff
path: root/pkg/pyinst/cryptography/osrandom_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/pyinst/cryptography/osrandom_engine.h')
-rw-r--r--pkg/pyinst/cryptography/osrandom_engine.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkg/pyinst/cryptography/osrandom_engine.h b/pkg/pyinst/cryptography/osrandom_engine.h
new file mode 100644
index 00000000..11a3159e
--- /dev/null
+++ b/pkg/pyinst/cryptography/osrandom_engine.h
@@ -0,0 +1,6 @@
+#ifdef _WIN32
+#include <Wincrypt.h>
+#else
+#include <fcntl.h>
+#include <unistd.h>
+#endif