use 'p' as conversion specifier for printf to avoid truncation of
[oweals/openssl.git] / crypto / dso / dso_win32.c
index 58c5281de60805ec3eefd7e073d85a36b10c8386..1dcafc6eab44c1d3d7580274af3a2e50dab0b08a 100644 (file)
@@ -61,7 +61,7 @@
 #include "cryptlib.h"
 #include <openssl/dso.h>
 
-#ifndef OPENSSL_SYS_WIN32
+#if !defined(DSO_WIN32)
 DSO_METHOD *DSO_METHOD_win32(void)
        {
        return NULL;