X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fssl_txt.c;h=918e75ea0b73c076fc93e74e829007f6ed255e8f;hp=9277d2ca584e72c3a6adbc5883a4beffef1e6b60;hb=9a555706a3fb8f6622e1049ab510a12f4e1bc6a2;hpb=253617806da0aeb0cea1fedf6136460fb4993eae diff --git a/ssl/ssl_txt.c b/ssl/ssl_txt.c index 9277d2ca58..918e75ea0b 100644 --- a/ssl/ssl_txt.c +++ b/ssl/ssl_txt.c @@ -221,9 +221,8 @@ int SSL_SESSION_print(BIO *bp, const SSL_SESSION *x) 0) goto err; } else { - if (BIO_printf - (bp, "\n Compression: %d (%s)", comp->id, - comp->method->name) <= 0) + if (BIO_printf(bp, "\n Compression: %d (%s)", comp->id, + comp->name) <= 0) goto err; } }