commit | 26e1432436723175962bcf4b48475dad65308a5c | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Mon Apr 03 11:17:26 2023 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Mon Apr 03 11:46:54 2023 +0200 |
tree | b50266cad70714eb81f56ee5a9e57607cfcc311b | |
parent | 7d6270a84554283557c2707d6df2c275e81c8bf1 [diff] |
BUG/MINOR: ssl: Undefined reference when building with OPENSSL_NO_DEPRECATED If OPENSSL_NO_DEPRECATED is set, we get a 'error: ‘RSA_PKCS1_PADDING’ undeclared' when building jwt.c. The symbol is not deprecated, we are just missing an include. This was raised in GitHub issue #2098. It does not need to be backported.