Use new-style system-id macros everywhere possible. I hope I haven't
[openssl.git] / crypto / rsa / rsa_sign.c
index 6283fc9f069c6f3755b043a62f445e9c0aadac14..009fba199e3dea6e4a0f94baea4045c7609813fa 100644 (file)
@@ -198,7 +198,7 @@ int RSA_verify(int dtype, const unsigned char *m, unsigned int m_len,
                                (sigtype == NID_md2WithRSAEncryption)))
                                {
                                /* ok, we will let it through */
-#if !defined(OPENSSL_NO_STDIO) && !defined(WIN16)
+#if !defined(OPENSSL_NO_STDIO) && !defined(OPENSSL_SYS_WIN16)
                                fprintf(stderr,"signature has problems, re-make with post SSLeay045\n");
 #endif
                                }