mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
- Added newline at end of CRL info
This commit is contained in:
@ -2064,6 +2064,9 @@ int x509parse_crl_info( char *buf, size_t size, char *prefix, x509_crl *crl )
|
||||
}
|
||||
SAFE_SNPRINTF();
|
||||
|
||||
ret = snprintf( p, n, "\n" );
|
||||
SAFE_SNPRINTF();
|
||||
|
||||
return( size - n );
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user