iothub_ll_telemetry_sample
Revision 4:f08837288a37, committed 2018-09-11
- Comitter:
- AzureIoTClient
- Date:
- Tue Sep 11 11:15:36 2018 -0700
- Parent:
- 3:c88858e5d52c
- Commit message:
- 1.2.9
Changed in this revision
diff -r c88858e5d52c -r f08837288a37 certs.c --- a/certs.c Tue Jun 26 19:16:42 2018 -0700 +++ b/certs.c Tue Sep 11 11:15:36 2018 -0700 @@ -5,7 +5,7 @@ #include "certs.h" -const char certificates[] = +const char certificates[] = /* DigiCert Baltimore Root */ "-----BEGIN CERTIFICATE-----\r\n" "MIIDdzCCAl+gAwIBAgIEAgAAuTANBgkqhkiG9w0BAQUFADBaMQswCQYDVQQGEwJJ\r\n"
diff -r c88858e5d52c -r f08837288a37 certs.h --- a/certs.h Tue Jun 26 19:16:42 2018 -0700 +++ b/certs.h Tue Sep 11 11:15:36 2018 -0700 @@ -9,7 +9,7 @@ { #endif - extern const char certificates[]; + extern const char certificates[]; #ifdef __cplusplus }
diff -r c88858e5d52c -r f08837288a37 iothub_ll_telemetry_sample.c --- a/iothub_ll_telemetry_sample.c Tue Jun 26 19:16:42 2018 -0700 +++ b/iothub_ll_telemetry_sample.c Tue Sep 11 11:15:36 2018 -0700 @@ -2,7 +2,7 @@ // Licensed under the MIT license. See LICENSE file in the project root for full license information. // CAVEAT: This sample is to demonstrate azure IoT client concepts only and is not a guide design principles or style -// Checking of return codes and error values shall be omitted for brevity. Please practice sound engineering practices +// Checking of return codes and error values shall be omitted for brevity. Please practice sound engineering practices // when writing production code. #include <stdio.h>