diff options
author | Rich Salz <rsalz@openssl.org> | 2015-01-12 23:29:26 +0100 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2015-01-12 23:30:54 +0100 |
commit | 6d23cf97443bfedf755341b4f2d0d7fce254e020 (patch) | |
tree | ef52ffc0029a579d35439f2dc0ba2deee966ed93 /crypto/rsa/rsa_sign.c | |
parent | Allow multiple IDN xn-- indicators (diff) | |
download | openssl-6d23cf97443bfedf755341b4f2d0d7fce254e020.tar.xz openssl-6d23cf97443bfedf755341b4f2d0d7fce254e020.zip |
RT3548: Remove unsupported platforms
This last one for this ticket. Removes WIN16.
So long, MS_CALLBACK and MS_FAR. We won't miss you.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/rsa/rsa_sign.c')
-rw-r--r-- | crypto/rsa/rsa_sign.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rsa/rsa_sign.c b/crypto/rsa/rsa_sign.c index 748292550d..031246055b 100644 --- a/crypto/rsa/rsa_sign.c +++ b/crypto/rsa/rsa_sign.c @@ -261,7 +261,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) +#if !defined(OPENSSL_NO_STDIO) fprintf(stderr,"signature has problems, re-make with post SSLeay045\n"); #endif } |