X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fssl_txt.c;h=d9d6f397c77d7cb37b4197a24b575e19b637a685;hp=0f506f0fb91515daef0088b6e990a06152bc10bf;hb=9982cbbbf65473418661f5aa1f05e7ef88ada801;hpb=57e4e926da904677be06d29c4c756303be8293b0 diff --git a/ssl/ssl_txt.c b/ssl/ssl_txt.c index 0f506f0fb9..d9d6f397c7 100644 --- a/ssl/ssl_txt.c +++ b/ssl/ssl_txt.c @@ -92,7 +92,7 @@ int SSL_SESSION_print_fp(FILE *fp, const SSL_SESSION *x) BIO *b; int ret; - if ((b = BIO_new(BIO_s_file_internal())) == NULL) { + if ((b = BIO_new(BIO_s_file())) == NULL) { SSLerr(SSL_F_SSL_SESSION_PRINT_FP, ERR_R_BUF_LIB); return (0); }