summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libcrypto/rsa/rsa_sign.c2
-rw-r--r--src/lib/libssl/src/crypto/rsa/rsa_sign.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/libcrypto/rsa/rsa_sign.c b/src/lib/libcrypto/rsa/rsa_sign.c
index 71d6bb3ce4..f9772bbce7 100644
--- a/src/lib/libcrypto/rsa/rsa_sign.c
+++ b/src/lib/libcrypto/rsa/rsa_sign.c
@@ -242,9 +242,7 @@ int int_rsa_verify(int dtype, const unsigned char *m,
242 (sigtype == NID_md2WithRSAEncryption))) 242 (sigtype == NID_md2WithRSAEncryption)))
243 { 243 {
244 /* ok, we will let it through */ 244 /* ok, we will let it through */
245#if !defined(OPENSSL_NO_STDIO) && !defined(OPENSSL_SYS_WIN16)
246 fprintf(stderr,"signature has problems, re-make with post SSLeay045\n"); 245 fprintf(stderr,"signature has problems, re-make with post SSLeay045\n");
247#endif
248 } 246 }
249 else 247 else
250 { 248 {
diff --git a/src/lib/libssl/src/crypto/rsa/rsa_sign.c b/src/lib/libssl/src/crypto/rsa/rsa_sign.c
index 71d6bb3ce4..f9772bbce7 100644
--- a/src/lib/libssl/src/crypto/rsa/rsa_sign.c
+++ b/src/lib/libssl/src/crypto/rsa/rsa_sign.c
@@ -242,9 +242,7 @@ int int_rsa_verify(int dtype, const unsigned char *m,
242 (sigtype == NID_md2WithRSAEncryption))) 242 (sigtype == NID_md2WithRSAEncryption)))
243 { 243 {
244 /* ok, we will let it through */ 244 /* ok, we will let it through */
245#if !defined(OPENSSL_NO_STDIO) && !defined(OPENSSL_SYS_WIN16)
246 fprintf(stderr,"signature has problems, re-make with post SSLeay045\n"); 245 fprintf(stderr,"signature has problems, re-make with post SSLeay045\n");
247#endif
248 } 246 }
249 else 247 else
250 { 248 {