]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
x509: place newline when printing unsupported othernames
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Mon, 11 Jan 2016 14:19:24 +0000 (15:19 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Mon, 11 Jan 2016 14:22:34 +0000 (15:22 +0100)
lib/x509/output.c

index 633d3ee1af935b41564aab48b4796b272fb45e94..8c4c24e16f49237c6326768a668ed57bb7aa123d 100644 (file)
@@ -143,6 +143,7 @@ unsigned i;
        default:
                addf(str,  _("%sUnknown name: "), prefix);
                _gnutls_buffer_hexprint(str, name->data, name->size);
+               adds(str, "\n");
                break;
        }
 }