Get s_client to report on whether early data was accepted or not
[openssl.git] / apps / s_cb.c
index 080fc59c87a99f27375af7a80eee32e304389454..50bd965dd1587da2553facdda8274cc380f77e6e 100644 (file)
@@ -1096,7 +1096,6 @@ void print_ssl_summary(SSL *s)
 {
     const SSL_CIPHER *c;
     X509 *peer;
-    /* const char *pnam = SSL_is_server(s) ? "client" : "server"; */
 
     BIO_printf(bio_err, "Protocol version: %s\n", SSL_get_version(s));
     print_raw_cipherlist(s);