summaryrefslogtreecommitdiff
path: root/lib/libcrypto/bio/bio_cb.c
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2014-04-16 19:42:25 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2014-04-16 19:42:25 +0000
commit585fce9ed1c996b8abdc47ebd21386923d3bb4ec (patch)
tree7f21a90cd736524f6777a526121bf7a3672edf28 /lib/libcrypto/bio/bio_cb.c
parent3e1ee64e3b362b09b46274fcca4572b0881e1137 (diff)
> As I walk through the valley of the shadow of death
> I take a look at my life and realize there's nothin' left > Cause I've been blasting and laughing so long, > That even my mama thinks that my mind is gone Remove even more unspeakable evil being perpetuated in the name of VMS. (and lesser evils done in the name of others.) ok miod
Diffstat (limited to 'lib/libcrypto/bio/bio_cb.c')
-rw-r--r--lib/libcrypto/bio/bio_cb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcrypto/bio/bio_cb.c b/lib/libcrypto/bio/bio_cb.c
index 00f41b1de1e..a272bf969a9 100644
--- a/lib/libcrypto/bio/bio_cb.c
+++ b/lib/libcrypto/bio/bio_cb.c
@@ -139,7 +139,7 @@ BIO_debug_callback(BIO *bio, int cmd, const char *argp, int argi, long argl,
b = (BIO *)bio->cb_arg;
if (b != NULL)
BIO_write(b, buf, strlen(buf));
-#if !defined(OPENSSL_NO_STDIO) && !defined(OPENSSL_SYS_WIN16)
+#if !defined(OPENSSL_NO_STDIO)
else
fputs(buf, stderr);
#endif