diff options
Diffstat (limited to 'src/lib/libcrypto/bio/bio_cb.c')
| -rw-r--r-- | src/lib/libcrypto/bio/bio_cb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/bio/bio_cb.c b/src/lib/libcrypto/bio/bio_cb.c index 00f41b1de1..a272bf969a 100644 --- a/src/lib/libcrypto/bio/bio_cb.c +++ b/src/lib/libcrypto/bio/bio_cb.c | |||
| @@ -139,7 +139,7 @@ BIO_debug_callback(BIO *bio, int cmd, const char *argp, int argi, long argl, | |||
| 139 | b = (BIO *)bio->cb_arg; | 139 | b = (BIO *)bio->cb_arg; |
| 140 | if (b != NULL) | 140 | if (b != NULL) |
| 141 | BIO_write(b, buf, strlen(buf)); | 141 | BIO_write(b, buf, strlen(buf)); |
| 142 | #if !defined(OPENSSL_NO_STDIO) && !defined(OPENSSL_SYS_WIN16) | 142 | #if !defined(OPENSSL_NO_STDIO) |
| 143 | else | 143 | else |
| 144 | fputs(buf, stderr); | 144 | fputs(buf, stderr); |
| 145 | #endif | 145 | #endif |
