X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fssl_txt.c;h=39cf55cbfdff9f11786e9d0b4b3163fabd366edf;hp=fd0c55c1270c23d7fe1384c7e8b906056ed1e954;hb=c755c5fd8ba5771691451e9d1b163544fdadb7ec;hpb=5c8e9139d18ca20fd4a6f194697d2e2634009cca diff --git a/ssl/ssl_txt.c b/ssl/ssl_txt.c index fd0c55c127..39cf55cbfd 100644 --- a/ssl/ssl_txt.c +++ b/ssl/ssl_txt.c @@ -153,7 +153,7 @@ int SSL_SESSION_print(BIO *bp, const SSL_SESSION *x) #endif /* OPENSSL_NO_KRB5 */ if (x->compress_meth != 0) { - SSL_COMP *comp; + SSL_COMP *comp = NULL; ssl_cipher_get_evp(x,NULL,NULL,&comp); if (comp == NULL)