diff options
author | Kali Kaneko <kali@leap.se> | 2016-04-18 12:48:39 -0700 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2016-04-18 16:20:55 -0400 |
commit | 431d23021b5ac25c5a723e30698eb7465ad0949b (patch) | |
tree | 47d19f8e02b56e7f2dcf2d25fed2cad4f72b5a77 /pkg/pyinst/cryptography/osrandom_engine.h | |
parent | 265b3b28af70eef466ac5f4b4ae815bbabd2b92f (diff) |
[pkg] remove cryptography hack, not needed with pyinst>3.0
Diffstat (limited to 'pkg/pyinst/cryptography/osrandom_engine.h')
-rw-r--r-- | pkg/pyinst/cryptography/osrandom_engine.h | 6 |
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 |