mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-27 09:06:51 -04:00
WIN32 not WIN
This commit is contained in:
parent
e197cc48f4
commit
8b51ecafe9
1 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
/*
|
||||
* Principal Author: Brian Wellington
|
||||
* $Id: opensslrsa_link.c,v 1.1.2.7 2006/10/11 02:23:49 marka Exp $
|
||||
* $Id: opensslrsa_link.c,v 1.1.2.8 2006/10/11 04:00:01 marka Exp $
|
||||
*/
|
||||
#ifdef OPENSSL
|
||||
|
||||
|
|
@ -46,7 +46,7 @@
|
|||
* We don't use configure for windows so enforce the OpenSSL version
|
||||
* here. Unlike with configure we don't support overriding this test.
|
||||
*/
|
||||
#ifdef WIN
|
||||
#ifdef WIN32
|
||||
#if !((OPENSSL_VERSION_NUMBER >= 0x009070cfL && \
|
||||
OPENSSL_VERSION_NUMBER < 0x009080000L) || \
|
||||
OPENSSL_VERSION_NUMBER >= 0x0090804fL)
|
||||
|
|
|
|||
Loading…
Reference in a new issue