diff options
author | 2014-05-23 17:54:52 +0000 | |
---|---|---|
committer | 2014-05-23 17:54:52 +0000 | |
commit | 0ac0aa4a91516faf729ab52bb543d7788a081fa2 (patch) | |
tree | d2089472e7e81db109c30cf25b7934e38d4afcc9 /lib/libcrypto/rsa/rsa_sign.c | |
parent | Not OPENSSL_SYS_SUNOS. (diff) | |
download | wireguard-openbsd-0ac0aa4a91516faf729ab52bb543d7788a081fa2.tar.xz wireguard-openbsd-0ac0aa4a91516faf729ab52bb543d7788a081fa2.zip |
We have stdio and are not WIN16.
Diffstat (limited to 'lib/libcrypto/rsa/rsa_sign.c')
-rw-r--r-- | lib/libcrypto/rsa/rsa_sign.c | 2 |
1 files changed, 0 insertions, 2 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 { |