diff options
author | jsing <> | 2014-05-23 17:54:52 +0000 |
---|---|---|
committer | jsing <> | 2014-05-23 17:54:52 +0000 |
commit | e094acf329896a688c19d04cafe37b6ccee5e8f7 (patch) | |
tree | 8f0dbe68a28d22703503ba1cddec6577e69f64cd /src | |
parent | 188e535c0ed9a9e233d53061edacb903c58fe0ef (diff) | |
download | openbsd-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.c | 2 | ||||
-rw-r--r-- | src/lib/libssl/src/crypto/rsa/rsa_sign.c | 2 |
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 | { |