FreeBSD Bugzilla – Attachment 197123 Details for
Bug 229223
lang/python27: BROKEN again with security/openssl111
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix openssl 1.1 build
patch-Modules___ssl.c (text/plain), 523 bytes, created by
Nathan
on 2018-09-16 02:49:29 UTC
(
hide
)
Description:
Fix openssl 1.1 build
Filename:
MIME Type:
Creator:
Nathan
Created:
2018-09-16 02:49:29 UTC
Size:
523 bytes
patch
obsolete
>--- Modules/_ssl.c.orig 2018-09-16 02:32:51 UTC >+++ Modules/_ssl.c >@@ -2113,8 +2113,10 @@ static PyMethodDef PySSLMethods[] = { > PySSL_peercert_doc}, > {"cipher", (PyCFunction)PySSL_cipher, METH_NOARGS}, > {"version", (PyCFunction)PySSL_version, METH_NOARGS}, >+#if HAVE_NPN > #ifdef OPENSSL_NPN_NEGOTIATED > {"selected_npn_protocol", (PyCFunction)PySSL_selected_npn_protocol, METH_NOARGS}, >+#endif > #endif > #if HAVE_ALPN > {"selected_alpn_protocol", (PyCFunction)PySSL_selected_alpn_protocol, METH_NOARGS},
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 229223
: 197123 |
202153