1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Introduced POLARSSL_HAVE_READDIR_R for systems without it

This commit is contained in:
Paul Bakker
2013-10-14 15:51:50 +02:00
parent b9cfaa0c7f
commit be089b0483
3 changed files with 20 additions and 2 deletions

View File

@@ -93,6 +93,17 @@
#define POLARSSL_HAVE_SSE2
*/
/**
* \def POLARSSL_HAVE_READDIR_R
*
* (Non Windows) System has readdir_r().
*
* Required for x509_crt_parse_path() in non-Windows systems.
*
* Comment if your system does not have support.
*/
#define POLARSSL_HAVE_READDIR_R
/**
* \def POLARSSL_HAVE_TIME
*