FreeBSD Bugzilla – Attachment 172123 Details for
Bug 205960
lang/python35 lang/python34: Backport upstream issue 24557
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch-Modules__ssl.c(python34)
patch-Modules__ssl.c (text/plain), 690 bytes, created by
Walter Schwarzenfeld
on 2016-07-04 23:43:18 UTC
(
hide
)
Description:
patch-Modules__ssl.c(python34)
Filename:
MIME Type:
Creator:
Walter Schwarzenfeld
Created:
2016-07-04 23:43:18 UTC
Size:
690 bytes
patch
obsolete
>--- Modules/_ssl.c.orig 2016-07-04 23:04:33 UTC >+++ Modules/_ssl.c >@@ -3325,7 +3325,7 @@ Returns 1 if the OpenSSL PRNG has been s > It is necessary to seed the PRNG with RAND_add() on some platforms before\n\ > using the ssl() function."); > >-#ifdef HAVE_RAND_EGD >+#ifndef OPENSSL_NO_EGD > static PyObject * > PySSL_RAND_egd(PyObject *self, PyObject *args) > { >@@ -3753,7 +3753,7 @@ static PyMethodDef PySSL_methods[] = { > PySSL_RAND_bytes_doc}, > {"RAND_pseudo_bytes", PySSL_RAND_pseudo_bytes, METH_VARARGS, > PySSL_RAND_pseudo_bytes_doc}, >-#ifdef HAVE_RAND_EGD >+#ifndef OPENSSL_NO_EGD > {"RAND_egd", PySSL_RAND_egd, METH_VARARGS, > PySSL_RAND_egd_doc}, > #endif
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 205960
:
165181
|
172123
|
172145
|
172152
|
172190
|
172191
|
172245
|
172247