From 0ac0aa4a91516faf729ab52bb543d7788a081fa2 Mon Sep 17 00:00:00 2001 From: jsing Date: Fri, 23 May 2014 17:54:52 +0000 Subject: [PATCH] We have stdio and are not WIN16. --- lib/libcrypto/rsa/rsa_sign.c | 2 -- lib/libssl/src/crypto/rsa/rsa_sign.c | 2 -- 2 files changed, 4 deletions(-) diff --git a/lib/libcrypto/rsa/rsa_sign.c b/lib/libcrypto/rsa/rsa_sign.c index 71d6bb3ce42..f9772bbce70 100644 --- a/lib/libcrypto/rsa/rsa_sign.c +++ b/lib/libcrypto/rsa/rsa_sign.c @@ -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 { diff --git a/lib/libssl/src/crypto/rsa/rsa_sign.c b/lib/libssl/src/crypto/rsa/rsa_sign.c index 71d6bb3ce42..f9772bbce70 100644 --- a/lib/libssl/src/crypto/rsa/rsa_sign.c +++ b/lib/libssl/src/crypto/rsa/rsa_sign.c @@ -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 { -- 2.20.1