We have stdio and are not WIN16.
authorjsing <jsing@openbsd.org>
Fri, 23 May 2014 17:54:52 +0000 (17:54 +0000)
committerjsing <jsing@openbsd.org>
Fri, 23 May 2014 17:54:52 +0000 (17:54 +0000)
lib/libcrypto/rsa/rsa_sign.c
lib/libssl/src/crypto/rsa/rsa_sign.c

index 71d6bb3..f9772bb 100644 (file)
@@ -242,9 +242,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)
                                fprintf(stderr,"signature has problems, re-make with post SSLeay045\n");
-#endif
                                }
                        else
                                {
index 71d6bb3..f9772bb 100644 (file)
@@ -242,9 +242,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)
                                fprintf(stderr,"signature has problems, re-make with post SSLeay045\n");
-#endif
                                }
                        else
                                {