Ignore:
Timestamp:
Jun 22, 2021, 9:00:19 PM (3 years ago)
Author:
coas-nagasima
Message:

WolfSSLとAzure IoT SDKを更新

File:
1 edited

Legend:

Unmodified
Added
Removed
  • azure_iot_hub_f767zi/trunk/azure_iot_sdk/iothub_client/src/iothub_client_ll_uploadtoblob.c

    r457 r464  
    437437                                        else
    438438                                        {
    439                                             size_t expiry = (size_t)(difftime(curr_time, 0) + 3600);
     439                                            uint64_t expiry = (uint64_t)(difftime(curr_time, 0) + 3600);
    440440                                            char* sas_token = IoTHubClient_Auth_Get_SasToken(upload_data->authorization_module, STRING_c_str(uri_resource), expiry, EMPTY_STRING);
    441441                                            if (sas_token == NULL)
Note: See TracChangeset for help on using the changeset viewer.