Date: Mon, 12 Jun 2017 15:00:37 -0400 From: "Thomas Francis, Jr." <franc@tcsaf.com> To: python@freebsd.org Subject: Python 2.7 NOT broken with openssl-devel Message-ID: <2a940f47-7481-4f04-d37f-55426dc672c1@tcsaf.com>
next in thread | raw e-mail | index | archive | help
Please note the Python 2.7 port is NOT broken with the openssl-devel port. One does need to compile the openssl-devel port with NEXTPROTONEG option enabled, as there's a bug in how Python 2.7.13 determines if that's enabled or not. Or one could patch Modules/_ssl.c to detect it properly. I.e., instead of "#ifdef OPENSSL_NPN_NEGOTIATED" use "#ifndef OPENSSL_NO_NEXTPROTONEG". OPENSSL_NPN_NEGOTIATED is unconditionally defined in ssl.h.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2a940f47-7481-4f04-d37f-55426dc672c1>