FreeBSD Bugzilla – Attachment 140957 Details for
Bug 187666
databases/py-MySQLdb: SSL support broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 449 bytes, created by
Michael Gmelin
on 2014-03-17 17:20:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Michael Gmelin
Created:
2014-03-17 17:20:00 UTC
Size:
449 bytes
patch
obsolete
>--- databases/py-MySQLdb55/work/MySQL-python-1.2.3/_mysql.c~ 2010-06-17 07:21:56.000000000 +0000 >+++ databases/py-MySQLdb55/work/MySQL-python-1.2.3/_mysql.c 2014-03-17 17:07:21.277236517 +0000 >@@ -102,6 +102,10 @@ > #define check_server_init(x) if (!_mysql_server_init_done) _mysql_server_init_done = 1 > #endif > >+#if MYSQL_VERSION_ID >= 50500 >+#define HAVE_OPENSSL 1 >+#endif >+ > PyObject * > _mysql_Exception(_mysql_ConnectionObject *c) > {
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 187666
: 140957
Working