Message 251167 - Python tracker

Message251167

Author rpointel
Recipients python-dev, rpointel, spil, vstinner
Date 2015-09-20.13:38:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442756287.51.0.603322091104.issue23177@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

maybe we should add the LIBRESSL_ information available in opensslv.h (as it has be done for OpenSSL):

$ grep LIBRESSL /usr/include/ssl/opensslv.h 
#define LIBRESSL_VERSION_NUMBER 0x20030000L
#define LIBRESSL_VERSION_TEXT   "LibreSSL 2.3.0"
#define OPENSSL_VERSION_TEXT    LIBRESSL_VERSION_TEXT

What do you think about that?

Remi.
History
Date User Action Args
2015-09-20 13:38:07rpointelsetrecipients: + rpointel, vstinner, python-dev, spil
2015-09-20 13:38:07rpointelsetmessageid: <1442756287.51.0.603322091104.issue23177@psf.upfronthosting.co.za>
2015-09-20 13:38:07rpointellinkissue23177 messages
2015-09-20 13:38:07rpointelcreate