]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: jwt: fix declaration of EVP_KEY in jwt-h.h
authorWilliam Lallemand <wlallemand@haproxy.org>
Thu, 14 Oct 2021 14:51:08 +0000 (16:51 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Thu, 14 Oct 2021 15:21:11 +0000 (17:21 +0200)
commit1dbf578ee0fd45ca7d0c5d1a234a876d140206a0
treecc4b04c6c2ff6e6cec25f7aa216ce779c56cee0b
parent36da6063246aa30e0e503e2d46d964fcca24470b
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
include/haproxy/jwt-t.h