Demo using MBED TLS

Dependencies:   EthernetInterface NTPClient iothub_amqp_transport iothub_client mbed-rtos mbed

Fork of iothub_client_sample_amqp by Azure IoT

Committer:
AzureIoTClient
Date:
Mon Jan 25 19:40:35 2016 -0800
Revision:
21:3edb3ba7b75a
v1.0.0-preview.9

Who changed what in which revision?

UserRevisionLine numberNew contents of line
AzureIoTClient 21:3edb3ba7b75a 1 // Copyright (c) Microsoft. All rights reserved.
AzureIoTClient 21:3edb3ba7b75a 2 // Licensed under the MIT license. See LICENSE file in the project root for full license information.
AzureIoTClient 21:3edb3ba7b75a 3
AzureIoTClient 21:3edb3ba7b75a 4 #ifndef CERTS_H
AzureIoTClient 21:3edb3ba7b75a 5 #define CERTS_H
AzureIoTClient 21:3edb3ba7b75a 6
AzureIoTClient 21:3edb3ba7b75a 7 #ifdef __cplusplus
AzureIoTClient 21:3edb3ba7b75a 8 extern "C"
AzureIoTClient 21:3edb3ba7b75a 9 {
AzureIoTClient 21:3edb3ba7b75a 10 #endif
AzureIoTClient 21:3edb3ba7b75a 11
AzureIoTClient 21:3edb3ba7b75a 12 extern const char certificates[];
AzureIoTClient 21:3edb3ba7b75a 13
AzureIoTClient 21:3edb3ba7b75a 14 #ifdef __cplusplus
AzureIoTClient 21:3edb3ba7b75a 15 }
AzureIoTClient 21:3edb3ba7b75a 16 #endif
AzureIoTClient 21:3edb3ba7b75a 17
AzureIoTClient 21:3edb3ba7b75a 18 #endif /* CERTS_H */