Make all configuration macros available for application by making
[openssl.git] / crypto / rsa / rsa_sign.c
index 80a22e8abcbddb5cf2b9d136ced130961820dde2..6283fc9f069c6f3755b043a62f445e9c0aadac14 100644 (file)
@@ -198,9 +198,9 @@ int RSA_verify(int dtype, const unsigned char *m, unsigned int m_len,
                                (sigtype == NID_md2WithRSAEncryption)))
                                {
                                /* ok, we will let it through */
-       #if !defined(NO_STDIO) && !defined(WIN16)
+#if !defined(OPENSSL_NO_STDIO) && !defined(WIN16)
                                fprintf(stderr,"signature has problems, re-make with post SSLeay045\n");
-       #endif
+#endif
                                }
                        else
                                {