Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: iothub_client EthernetInterface iothub_http_transport mbed-rtos mbed wolfSSL azure_c_shared_utility NTPClient
certs.h@26:dca5f6a81683, 2016-01-26 (annotated)
- Committer:
- AzureIoTClient
- Date:
- Tue Jan 26 15:05:41 2016 -0800
- Revision:
- 26:dca5f6a81683
v1.0.0-preview.9
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| AzureIoTClient | 26:dca5f6a81683 | 1 | // Copyright (c) Microsoft. All rights reserved. |
| AzureIoTClient | 26:dca5f6a81683 | 2 | // Licensed under the MIT license. See LICENSE file in the project root for full license information. |
| AzureIoTClient | 26:dca5f6a81683 | 3 | |
| AzureIoTClient | 26:dca5f6a81683 | 4 | #ifndef CERTS_H |
| AzureIoTClient | 26:dca5f6a81683 | 5 | #define CERTS_H |
| AzureIoTClient | 26:dca5f6a81683 | 6 | |
| AzureIoTClient | 26:dca5f6a81683 | 7 | #ifdef __cplusplus |
| AzureIoTClient | 26:dca5f6a81683 | 8 | extern "C" |
| AzureIoTClient | 26:dca5f6a81683 | 9 | { |
| AzureIoTClient | 26:dca5f6a81683 | 10 | #endif |
| AzureIoTClient | 26:dca5f6a81683 | 11 | |
| AzureIoTClient | 26:dca5f6a81683 | 12 | extern const char certificates[]; |
| AzureIoTClient | 26:dca5f6a81683 | 13 | |
| AzureIoTClient | 26:dca5f6a81683 | 14 | #ifdef __cplusplus |
| AzureIoTClient | 26:dca5f6a81683 | 15 | } |
| AzureIoTClient | 26:dca5f6a81683 | 16 | #endif |
| AzureIoTClient | 26:dca5f6a81683 | 17 | |
| AzureIoTClient | 26:dca5f6a81683 | 18 | #endif /* CERTS_H */ |
