diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libssl/ssl_txt.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_txt.c b/src/lib/libssl/ssl_txt.c index 43696db847..e58849deb5 100644 --- a/src/lib/libssl/ssl_txt.c +++ b/src/lib/libssl/ssl_txt.c | |||
| @@ -169,7 +169,6 @@ SSL_SESSION_print(BIO *bp, const SSL_SESSION *x) | |||
| 169 | if (BIO_printf(bp, "%s", x->psk_identity_hint ? x->psk_identity_hint : "None") <= 0) | 169 | if (BIO_printf(bp, "%s", x->psk_identity_hint ? x->psk_identity_hint : "None") <= 0) |
| 170 | goto err; | 170 | goto err; |
| 171 | #endif | 171 | #endif |
| 172 | #ifndef OPENSSL_NO_TLSEXT | ||
| 173 | if (x->tlsext_tick_lifetime_hint) { | 172 | if (x->tlsext_tick_lifetime_hint) { |
| 174 | if (BIO_printf(bp, | 173 | if (BIO_printf(bp, |
| 175 | "\n TLS session ticket lifetime hint: %ld (seconds)", | 174 | "\n TLS session ticket lifetime hint: %ld (seconds)", |
| @@ -182,7 +181,6 @@ SSL_SESSION_print(BIO *bp, const SSL_SESSION *x) | |||
| 182 | if (BIO_dump_indent(bp, (char *)x->tlsext_tick, x->tlsext_ticklen, 4) <= 0) | 181 | if (BIO_dump_indent(bp, (char *)x->tlsext_tick, x->tlsext_ticklen, 4) <= 0) |
| 183 | goto err; | 182 | goto err; |
| 184 | } | 183 | } |
| 185 | #endif | ||
| 186 | 184 | ||
| 187 | #ifndef OPENSSL_NO_COMP | 185 | #ifndef OPENSSL_NO_COMP |
| 188 | if (x->compress_meth != 0) { | 186 | if (x->compress_meth != 0) { |
