Empty NewSessionTicket: test session resumption
[openssl.git] / test / dhtest.c
index 7e46166eeba9c11326fc16115aad3fcbadce8b0e..9ce92ee392832b8f9b09c908fe69c4b5dbc66c49 100644 (file)
@@ -107,7 +107,7 @@ int main(int argc, char *argv[])
     out = BIO_new(BIO_s_file());
     if (out == NULL)
         EXIT(1);
-    BIO_set_fp(out, stdout, BIO_NOCLOSE);
+    BIO_set_fp(out, stdout, BIO_NOCLOSE | BIO_FP_TEXT);
 
     _cb = BN_GENCB_new();
     if (!_cb)