Add new ctrl to retrieve client certificate types, print out
[openssl.git] / apps / s_client.c
index ef798e8c08457665b8d8a3d3f8e4bcafb3cc9f29..97f7cbd9225916126c790c0ef08a45affccb0baa 100644 (file)
@@ -2096,7 +2096,7 @@ static void print_stuff(BIO *bio, SSL *s, int full)
                        BIO_write(bio,"\n",1);
                        }
 
                        BIO_write(bio,"\n",1);
                        }
 
-               ssl_print_sigalgs(bio, s, 1);
+               ssl_print_sigalgs(bio, s);
 
                BIO_printf(bio,"---\nSSL handshake has read %ld bytes and written %ld bytes\n",
                        BIO_number_read(SSL_get_rbio(s)),
 
                BIO_printf(bio,"---\nSSL handshake has read %ld bytes and written %ld bytes\n",
                        BIO_number_read(SSL_get_rbio(s)),