2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

bracket mismatch; window openssl version check

This commit is contained in:
Mark Andrews
2015-12-06 23:05:47 +11:00
parent 464c2c673b
commit a12a21a843
3 changed files with 5 additions and 3 deletions

View File

@@ -70,7 +70,9 @@
#ifdef WIN32
#if !((OPENSSL_VERSION_NUMBER >= 0x009070cfL && \
OPENSSL_VERSION_NUMBER < 0x00908000L) || \
OPENSSL_VERSION_NUMBER >= 0x0090804fL)
(OPENSSL_VERSION_NUMBER >= 0x0090804fL && \
OPENSSL_VERSION_NUMBER < 0x10002000L) || \
OPENSSL_VERSION_NUMBER >= 0x1000205fL)
#error Please upgrade OpenSSL to 0.9.8d/0.9.7l or greater.
#endif
#endif