RT3548: Remove unsupported platforms
[oweals/openssl.git] / crypto / rsa / rsa_sign.c
index 748292550d83a8caed062578d6234b6c26399d23..031246055b045d4ae0c18ee298ca8687d28b433c 100644 (file)
@@ -261,7 +261,7 @@ int int_rsa_verify(int dtype, const unsigned char *m,
                                (sigtype == NID_md2WithRSAEncryption)))
                                {
                                /* ok, we will let it through */
-#if !defined(OPENSSL_NO_STDIO) && !defined(OPENSSL_SYS_WIN16)
+#if !defined(OPENSSL_NO_STDIO)
                                fprintf(stderr,"signature has problems, re-make with post SSLeay045\n");
 #endif
                                }