]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
WIN32 not WIN
authorMark Andrews <marka@isc.org>
Wed, 11 Oct 2006 03:58:50 +0000 (03:58 +0000)
committerMark Andrews <marka@isc.org>
Wed, 11 Oct 2006 03:58:50 +0000 (03:58 +0000)
lib/dns/opensslrsa_link.c

index 119576e962a7010a977b2cd4839e9e571e2bf0c1..f5530971dff12ba9e5353e00f0b4eac3a40fcdf6 100644 (file)
@@ -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)