Forbid LibreSSL 2.5.6+

This commit is contained in:
Steven Fackler 2017-07-19 19:30:13 -07:00
parent 7de1499c65
commit 43cacf00f5
1 changed files with 2 additions and 0 deletions

View File

@ -264,6 +264,8 @@ fn validate_headers(include_dirs: &[PathBuf]) -> Version {
RUST_LIBRESSL_NEW
#elif LIBRESSL_VERSION_NUMBER >= 0x20600000
RUST_LIBRESSL_260
#elif LIBRESSL_VERSION_NUMBER >= 0x20506000
RUST_LIBRESSL_NEW
#elif LIBRESSL_VERSION_NUMBER >= 0x20505000
RUST_LIBRESSL_255
#elif LIBRESSL_VERSION_NUMBER >= 0x20504000