This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author spil
Recipients python-dev, rpointel, spil, vstinner
Date 2015-01-08.09:31:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420709466.58.0.982513383896.issue23177@psf.upfronthosting.co.za>
In-reply-to
Content
LibreSSL defines in opensslv.h
#define LIBRESSL_VERSION_NUMBER 0x20000000L
#define OPENSSL_VERSION_NUMBER 0x20000000L

And FreeBSD replaces
#define OPENSSL_VERSION_NUMBER 0x1000107fL

Proper way would be to check for LIBRESSL_VERSION_NUMBER string, FreeBSD modifies the OpenSSL version number to indicate its compatibility level (as stated in commit log)
History
Date User Action Args
2015-01-08 09:31:06spilsetrecipients: + spil, vstinner, python-dev, rpointel
2015-01-08 09:31:06spilsetmessageid: <1420709466.58.0.982513383896.issue23177@psf.upfronthosting.co.za>
2015-01-08 09:31:06spillinkissue23177 messages
2015-01-08 09:31:06spilcreate