summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjsing <>2014-05-23 17:54:52 +0000
committerjsing <>2014-05-23 17:54:52 +0000
commite094acf329896a688c19d04cafe37b6ccee5e8f7 (patch)
tree8f0dbe68a28d22703503ba1cddec6577e69f64cd /src
parent188e535c0ed9a9e233d53061edacb903c58fe0ef (diff)
downloadopenbsd-e094acf329896a688c19d04cafe37b6ccee5e8f7.tar.gz
openbsd-e094acf329896a688c19d04cafe37b6ccee5e8f7.tar.bz2
openbsd-e094acf329896a688c19d04cafe37b6ccee5e8f7.zip
We have stdio and are not WIN16.
Diffstat (limited to 'src')
-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 {