Loading apps/s_cb.c +0 −4 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading @@ -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"); Loading Loading
apps/s_cb.c +0 −4 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading @@ -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"); Loading