Azure IoT common library
Dependents: STM32F746_iothub_client_sample_mqtt f767zi_mqtt iothub_client_sample_amqp iothub_client_sample_http ... more
Diff: base64.c
- Revision:
- 7:1af47e3a19b6
- Parent:
- 6:c55b013dfc2a
- Child:
- 11:77df6d7e65ae
--- a/base64.c Fri Jul 01 10:43:23 2016 -0700 +++ b/base64.c Fri Jul 29 16:01:07 2016 -0700 @@ -183,7 +183,6 @@ } else { - size_t lengthOfSource = numberOfBase64Characters(source); if ((result = BUFFER_new()) == NULL) { /*Codes_SRS_BASE64_06_010: [If there is any memory allocation failure during the decode then Base64_Decode shall return NULL.]*/