diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-04-11 20:31:14 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-04-11 20:31:14 +0200 |
commit | 4e04698ab6fddc1efe41b97be54fcf120810bf5d (patch) | |
tree | 38da146ade3ab5dfb26fa6ce1e986952a5b4a18d /sys/src/cmd/python/Include | |
parent | 8f4db30e7865232f9179f5850fe0e1ca759302cc (diff) |
python: remove openssl support, use ape/libsec for cryptographics hash functions
Diffstat (limited to 'sys/src/cmd/python/Include')
-rw-r--r-- | sys/src/cmd/python/Include/pyport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/python/Include/pyport.h b/sys/src/cmd/python/Include/pyport.h index 6fe3f0b52..ba3db76b8 100644 --- a/sys/src/cmd/python/Include/pyport.h +++ b/sys/src/cmd/python/Include/pyport.h @@ -765,7 +765,7 @@ typedef struct fd_set { #endif #ifndef Py_ULL -#define Py_ULL(x) Py_LL(x##U) +#define Py_ULL(x) x##ULL #endif #endif /* Py_PYPORT_H */ |