fork from simple sample of mqtt
Dependencies: azure_c_shared_utility azure_umqtt_c iothub_client iothub_mqtt_transport serializer wolfSSL
Fork of simplesample_mqtt by
certs.h@32:27328e208674, 2017-02-07 (annotated)
- Committer:
- lrh
- Date:
- Tue Feb 07 07:56:36 2017 +0000
- Revision:
- 32:27328e208674
- Parent:
- 2:eef448cf9eb7
test1
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Azure.IoT Build | 2:eef448cf9eb7 | 1 | // Copyright (c) Microsoft. All rights reserved. |
Azure.IoT Build | 2:eef448cf9eb7 | 2 | // Licensed under the MIT license. See LICENSE file in the project root for full license information. |
Azure.IoT Build | 2:eef448cf9eb7 | 3 | |
Azure.IoT Build | 2:eef448cf9eb7 | 4 | #ifndef CERTS_H |
Azure.IoT Build | 2:eef448cf9eb7 | 5 | #define CERTS_H |
Azure.IoT Build | 2:eef448cf9eb7 | 6 | |
Azure.IoT Build | 2:eef448cf9eb7 | 7 | #ifdef __cplusplus |
Azure.IoT Build | 2:eef448cf9eb7 | 8 | extern "C" |
Azure.IoT Build | 2:eef448cf9eb7 | 9 | { |
Azure.IoT Build | 2:eef448cf9eb7 | 10 | #endif |
Azure.IoT Build | 2:eef448cf9eb7 | 11 | |
Azure.IoT Build | 2:eef448cf9eb7 | 12 | extern const char certificates[]; |
Azure.IoT Build | 2:eef448cf9eb7 | 13 | |
Azure.IoT Build | 2:eef448cf9eb7 | 14 | #ifdef __cplusplus |
Azure.IoT Build | 2:eef448cf9eb7 | 15 | } |
Azure.IoT Build | 2:eef448cf9eb7 | 16 | #endif |
Azure.IoT Build | 2:eef448cf9eb7 | 17 | |
Azure.IoT Build | 2:eef448cf9eb7 | 18 | #endif /* CERTS_H */ |