Use uint32_t and int32_t for SSL_CIPHER structure.
[openssl.git] / test / ecdhtest.c
index 47c8185b7701f321bea1cdef6a35b01da5593628..0145b36c7db97ac32eacb264dce28123551c2bf5 100644 (file)
@@ -466,7 +466,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);
 
     if ((ctx = BN_CTX_new()) == NULL)
         goto err;