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, 0 insertions, 6 deletions
diff --git a/pkg/pyinst/cryptography/osrandom_engine.h b/pkg/pyinst/cryptography/osrandom_engine.h
deleted file mode 100644
index 11a3159e..00000000
--- a/pkg/pyinst/cryptography/osrandom_engine.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifdef _WIN32
-#include <Wincrypt.h>
-#else
-#include <fcntl.h>
-#include <unistd.h>
-#endif