commit | cbfcaa9206be586f6bf8ac26586cd63a6c8c8e15 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Thu Jun 13 09:20:25 2013 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Thu Jun 13 09:20:25 2013 +0200 |
tree | d0d0a8d07fc0f0d39234dd42e27428ec729f65a4 | |
parent | d6d4109adc01417abde44b3325d8438b584de5e5 [diff] |
x509parse_crtpath() is now reentrant and uses more portable stat() Moved from readdir() to readdir_r() and use stat instead of the less portable d_type from struct dirent.