X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=apps%2Fdsa.c;h=fbd85a467adbb6edc1ba377eeb9d36a3aa28eaba;hb=c142bdf7251470923ef5eecde97cd6c1be99bc16;hp=585116a677ebf5974f7cc12fd810736ee7c6a1a6;hpb=d02b48c63a58ea4367a0e905979f140b7d090f86;p=openssl.git diff --git a/apps/dsa.c b/apps/dsa.c index 585116a677..fbd85a467a 100644 --- a/apps/dsa.c +++ b/apps/dsa.c @@ -1,5 +1,5 @@ /* apps/dsa.c */ -/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written @@ -99,7 +99,7 @@ char **argv; if (bio_err == NULL) if ((bio_err=BIO_new(BIO_s_file())) != NULL) - BIO_set_fp(bio_err,stderr,BIO_NOCLOSE); + BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT); infile=NULL; outfile=NULL;