Mark Radbourne / Mbed 2 deprecated iothub_client_sample_amqp

Dependencies:   EthernetInterface NTPClient iothub_amqp_transport iothub_client mbed-rtos mbed

Fork of iothub_client_sample_amqp by Azure IoT

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers tlsio_mbedconfig.h Source File

tlsio_mbedconfig.h

00001 #ifndef __TLS_CONFIG_H__
00002 #define __TLS_CONFIG_H__
00003 
00004 // WolfSSL or mbedTLS
00005 //#define USE_WOLF_SSL
00006 #define USE_MBED_TLS
00007 
00008 #endif // __TLS_CONFIG_H__