Azure / azure-c-shared-utility

Azure C SDKs common code
Other
111 stars 203 forks source link

Fix library when using use_http=OFF (gh#622) #629

Closed ewertons closed 1 year ago

ewertons commented 1 year ago

This fix addresses https://github.com/Azure/azure-c-shared-utility/issues/622

Tested on Ubuntu 20.04 using -Duse_http=ON and OFF, with and without curl (and libcurl-dev) installed and uninstalled. Also tested with azure-iot-sdk-c locally with the use_http=ON/OFF.