From: Dr. Stephen Henson Date: Fri, 7 Dec 2012 13:23:49 +0000 (+0000) Subject: typo X-Git-Tag: master-post-reformat~1536 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=083bec780da2573fe790d96faf2b1cc0f8363816;p=oweals%2Fopenssl.git typo --- 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 {