CVSROOT: /cvs Module name: ports Changes by: [email protected] 2020/09/07 03:32:18
Modified files:
lang/pypy : Makefile
Added files:
lang/pypy/patches:
patch-lib_pypy__cffi_ssl__cffi_src_openssl_ssl_py
Log message:
Ensure pypy is ready for LIBRESSL_HAS_TLS1_3
Instead of checking for LIBRESSL_HAS_TLS1_3 directly, check for
availability of TLS1_3_VERSION in case we're using LibreSSL as
requested by jsing.
ok edd
