mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-22 21:32:31 +00:00
Fix basename() and dirname()
This commit is contained in:
parent
9b11206ae3
commit
04d39d47f1
41 changed files with 489 additions and 207 deletions
|
@ -25,7 +25,7 @@ void LogCertificate(const char *msg, mbedtls_x509_crt *cert) {
|
|||
if (LOGGABLE(kLogDebug)) {
|
||||
if ((s = malloc((n = 15000)))) {
|
||||
if (mbedtls_x509_crt_info(s, n, " ", cert) > 0) {
|
||||
DEBUGF("%s\n%s", msg, chomp(s));
|
||||
DEBUGF("%s\n%s", msg, _chomp(s));
|
||||
}
|
||||
free(s);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue