commit | 43ee8018f5cfc023ef9c189ff26831ea4aaff93c | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Dec 18 11:25:12 2021 +0100 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun Dec 26 06:57:20 2021 +0100 |
tree | 67d5e3f32660d1bae71f7c21d93703c3de9776c1 | |
parent | 9a41ed3e979f504102b4c76891a4126e55a8690f [diff] |
tools: avoid OpenSSL deprecation warnings Our Gitlab CI buildsystem is set up to treat warnings as errors. With OpenSSL 3.0 a lot of deprecation warnings occur. With the patch compatibility with OpenSSL 1.1.1 is declared. In the long run we should upgrade our code to use the current API. A -Wdiscarded-qualifiers warning is muted by casting. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>