buildroot/package/azure-iot-sdk-c
Fabrice Fontaine c2f829a71a package/azure-iot-sdk-c: fix build with libressl >= 2.8.0
Fix the following build failure with libressl >= 2.8.0 raised since
703abab321:

/nvmedata/autobuild/instance-20/output-1/build/azure-iot-sdk-c-LTS_01_2022_Ref01/c-utility/adapters/tlsio_openssl.c: In function 'add_certificate_to_store':
/nvmedata/autobuild/instance-20/output-1/build/azure-iot-sdk-c-LTS_01_2022_Ref01/c-utility/adapters/tlsio_openssl.c:961:24: error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
  961 |             bio_method = BIO_s_mem();
      |                        ^
cc1: all warnings being treated as errors

Fixes:
 - http://autobuild.buildroot.org/results/873f86fb2311ed29a791140f2341943475985fcc

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2022-04-21 19:31:50 +02:00
..
0001-adapters-fix-build-with-libressl-2.8.0.patch package/azure-iot-sdk-c: fix build with libressl >= 2.8.0 2022-04-21 19:31:50 +02:00
azure-iot-sdk-c.hash package/azure-iot-sdk-c: bump to version LTS_01_2022_Ref01 2022-03-15 22:28:04 +01:00
azure-iot-sdk-c.mk package/azure-iot-sdk-c: bump to version LTS_01_2022_Ref01 2022-03-15 22:28:04 +01:00
Config.in