summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-01-11 15:19:24 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-01-12 10:02:31 +0100
commitd3e42fd6f0afd07ce7d2161b3eafc359aeb5dad2 (patch)
tree491c5566f3bf20ebe98a1d86be9a7078e94cf2a0
parentc117377608283a33e7977539ecd776d50a766fad (diff)
downloadgnutls-d3e42fd6f0afd07ce7d2161b3eafc359aeb5dad2.tar.gz
x509: place newline when printing unsupported othernames
-rw-r--r--lib/x509/output.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/x509/output.c b/lib/x509/output.c
index b126c309be..3dd386dd24 100644
--- a/lib/x509/output.c
+++ b/lib/x509/output.c
@@ -143,6 +143,7 @@ unsigned i;
default:
addf(str, _("%sUnknown name: "), prefix);
_gnutls_buffer_hexprint(str, name->data, name->size);
+ adds(str, "\n");
break;
}
}