mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-12 04:42:47 +02:00
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.