From 083bec780da2573fe790d96faf2b1cc0f8363816 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Fri, 7 Dec 2012 13:23:49 +0000 Subject: [PATCH] typo --- ssl/t1_trce.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssl/t1_trce.c b/ssl/t1_trce.c index 2c8a2e4486..f3a2352949 100644 --- a/ssl/t1_trce.c +++ b/ssl/t1_trce.c @@ -1071,7 +1071,7 @@ static int ssl_print_cert_request(BIO *bio, int indent, SSL *s, nm = d2i_X509_NAME(NULL, &p, dlen); if (!nm) { - BIO_puts(bio, "\n"); + BIO_puts(bio, "\n"); } else { -- 2.34.1