commit | 1dbf578ee0fd45ca7d0c5d1a234a876d140206a0 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Thu Oct 14 16:51:08 2021 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Thu Oct 14 17:21:11 2021 +0200 |
tree | cc4b04c6c2ff6e6cec25f7aa216ce779c56cee0b | |
parent | 36da6063246aa30e0e503e2d46d964fcca24470b [diff] |
BUILD: jwt: fix declaration of EVP_KEY in jwt-h.h In file included from include/haproxy/jwt.h:25: include/haproxy/jwt-t.h:66:2: error: unknown type name 'EVP_PKEY' EVP_PKEY *pkey; ^ 1 error generated. Fix this compilation issue by inserting openssl-compat.h in jwt-t.h