Message233632
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) |
|
| Date |
User |
Action |
Args |
| 2015-01-08 09:31:06 | spil | set | recipients:
+ spil, vstinner, python-dev, rpointel |
| 2015-01-08 09:31:06 | spil | set | messageid: <[email protected]> |
| 2015-01-08 09:31:06 | spil | link | issue23177 messages |
| 2015-01-08 09:31:06 | spil | create | |
|