Subversion Repositories Kolibri OS

Rev

Rev 9082 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9082 Rev 9661
Line 18... Line 18...
18
 *  with this program; if not, write to the Free Software Foundation, Inc.,
18
 *  with this program; if not, write to the Free Software Foundation, Inc.,
19
 *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
 *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
 *
20
 *
21
 *  This file is part of mbed TLS (https://tls.mbed.org)
21
 *  This file is part of mbed TLS (https://tls.mbed.org)
22
 */
22
 */
23
#if !defined(MBEDTLS_CONFIG_FILE)
23
/*#if !defined(MBEDTLS_CONFIG_FILE)
24
#include "mbedtls/config.h"
24
#include "mbedtls/config.h"
25
#else
25
#else
26
#include MBEDTLS_CONFIG_FILE
26
#include MBEDTLS_CONFIG_FILE
27
#endif
27
#endif*/
Line 28... Line 28...
28
 
28
 
Line 29... Line 29...
29
#include 
29
#include 
30
 
30