Have the test executables output in text mode
[openssl.git] / test / jpaketest.c
index ef9e54bdb3c9e3d89e1ebd5bd509c2f8fa67f40d..15f00cf2e54c9a7cdcaacbccb88550d40ec89546 100644 (file)
@@ -114,7 +114,7 @@ int main(int argc, char **argv)
     BIGNUM *secret = BN_new();
     BIO *bio_err;
 
-    bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
+    bio_err = BIO_new_fp(stderr, BIO_NOCLOSE | BIO_FP_TEXT);
 
     CRYPTO_malloc_debug_init();
     CRYPTO_dbg_set_options(V_CRYPTO_MDEBUG_ALL);