mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 05:46:41 +01:00
- Added newline at end of CRL info
This commit is contained in:
parent
b2c38f54b4
commit
1e27bb24bc
1 changed files with 3 additions and 0 deletions
|
|
@ -2064,6 +2064,9 @@ int x509parse_crl_info( char *buf, size_t size, char *prefix, x509_crl *crl )
|
||||||
}
|
}
|
||||||
SAFE_SNPRINTF();
|
SAFE_SNPRINTF();
|
||||||
|
|
||||||
|
ret = snprintf( p, n, "\n" );
|
||||||
|
SAFE_SNPRINTF();
|
||||||
|
|
||||||
return( size - n );
|
return( size - n );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue