mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-04 16:45:24 +00:00
WIN32 not WIN
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Principal Author: Brian Wellington
|
* Principal Author: Brian Wellington
|
||||||
* $Id: opensslrsa_link.c,v 1.10 2006/10/11 02:15:59 marka Exp $
|
* $Id: opensslrsa_link.c,v 1.11 2006/10/11 03:54:56 marka Exp $
|
||||||
*/
|
*/
|
||||||
#ifdef OPENSSL
|
#ifdef OPENSSL
|
||||||
|
|
||||||
@@ -47,7 +47,7 @@
|
|||||||
* We don't use configure for windows so enforce the OpenSSL version
|
* We don't use configure for windows so enforce the OpenSSL version
|
||||||
* here. Unlike with configure we don't support overriding this test.
|
* here. Unlike with configure we don't support overriding this test.
|
||||||
*/
|
*/
|
||||||
#ifdef WIN
|
#ifdef WIN32
|
||||||
#if !((OPENSSL_VERSION_NUMBER >= 0x009070cfL && \
|
#if !((OPENSSL_VERSION_NUMBER >= 0x009070cfL && \
|
||||||
OPENSSL_VERSION_NUMBER < 0x009080000L) || \
|
OPENSSL_VERSION_NUMBER < 0x009080000L) || \
|
||||||
OPENSSL_VERSION_NUMBER >= 0x0090804fL)
|
OPENSSL_VERSION_NUMBER >= 0x0090804fL)
|
||||||
|
Reference in New Issue
Block a user