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

index cdd4e9ace907a50c45741cbfedc5be7e5e3171d8..1025b55e37c85b4fabd09e285ede7f17c53aa0c0 100644 (file)
@@ -17,7 +17,7 @@
 
 /*
  * Principal Author: Brian Wellington
- * $Id: opensslrsa_link.c,v 1.1.4.7 2006/10/11 02:21:15 marka Exp $
+ * $Id: opensslrsa_link.c,v 1.1.4.8 2006/10/11 03:59:42 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)