Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. ##### Notes
  2.  
  3. - in include/mbedtls/config.h
  4.     - uncommented:\
  5.               MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES\
  6.               MBEDTLS_NO_PLATFORM_ENTROPY
  7.     - commented out:\
  8.               MBEDTLS_TIMING_C\
  9.               MBEDTLS_FS_IO
  10.  
  11. - following functions deleted because they are NOT neccesary for programs/ssl_client1.c
  12.     - mbedtls_net_bind
  13.     - mbedtls_net_accept
  14.     - mbedtls_net_poll
  15.     - mbedtls_net_set_block
  16.     - mbedtls_net_set_nonblock
  17.     - mbedtls_net_usleep
  18.     - mbedtls_net_recv_timeout
  19.  
  20.  
  21. ##### Other:
  22. - Order in which you list libs in ldflags matter !
  23.