From 56e253477da0d75b556b94995c52e124799398e6 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Fri, 15 Apr 2016 14:01:41 +0100 Subject: [PATCH] Remove some dead code Reviewed-by: Richard Levitte --- apps/s_cb.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/s_cb.c b/apps/s_cb.c index abcbad4738..ad241f8000 100644 --- a/apps/s_cb.c +++ b/apps/s_cb.c @@ -406,8 +406,6 @@ int ssl_print_point_formats(BIO *out, SSL *s) } } - if (nformats <= 0) - BIO_puts(out, "NONE"); BIO_puts(out, "\n"); return 1; } @@ -439,8 +437,6 @@ int ssl_print_curves(BIO *out, SSL *s, int noshared) BIO_printf(out, "%s", cname); } } - if (ncurves == 0) - BIO_puts(out, "NONE"); OPENSSL_free(curves); if (noshared) { BIO_puts(out, "\n"); -- 2.40.0