Remove superfluous new line in x509.c

This commit is contained in:
Hanno Becker 2019-07-02 16:47:57 +01:00
parent 3aa121660e
commit b1d720c016

View File

@ -433,7 +433,6 @@ static int x509_set_sequence_iterate( unsigned char **p,
unsigned char const *end,
mbedtls_x509_buf *oid,
mbedtls_x509_buf *val )
{
int ret;
size_t set_len;