From 4e04698ab6fddc1efe41b97be54fcf120810bf5d Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Mon, 11 Apr 2016 20:31:14 +0200 Subject: python: remove openssl support, use ape/libsec for cryptographics hash functions --- sys/src/cmd/python/Include/pyport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/src/cmd/python/Include') 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 */ -- cgit v1.2.3