From: Mark Andrews Date: Wed, 11 Oct 2006 03:58:50 +0000 (+0000) Subject: WIN32 not WIN X-Git-Tag: v9.3.2-P2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f26db6690f1e03e5886367b3b6492d28cda87f1a;p=thirdparty%2Fbind9.git WIN32 not WIN --- diff --git a/lib/dns/opensslrsa_link.c b/lib/dns/opensslrsa_link.c index 119576e962a..f5530971dff 100644 --- a/lib/dns/opensslrsa_link.c +++ b/lib/dns/opensslrsa_link.c @@ -17,7 +17,7 @@ /* * Principal Author: Brian Wellington - * $Id: opensslrsa_link.c,v 1.1.4.1.10.4 2006/10/11 02:26:17 marka Exp $ + * $Id: opensslrsa_link.c,v 1.1.4.1.10.5 2006/10/11 03:58:50 marka Exp $ */ #ifdef OPENSSL @@ -47,7 +47,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)