]> git.kaiwu.me - nginx.git/commit
SSL: include <openssl/hmac.h>.
authorAlessandro Ghedini <alessandro@ghedini.me>
Wed, 11 Oct 2017 22:43:50 +0000 (15:43 -0700)
committerAlessandro Ghedini <alessandro@ghedini.me>
Wed, 11 Oct 2017 22:43:50 +0000 (15:43 -0700)
commit5fee8f76b529e38ec0ba6e7e81e26be3e3e85548
treebd0d9e88184c863954a941e01d80459f13602315
parent80f2e8f656267251c7d053307b82a382f5bb7744
SSL: include <openssl/hmac.h>.

This header carries the definition of HMAC_Init_ex(). In OpenSSL this
header is included by <openssl/ssl.h>, but it's not so in BoringSSL.

It's probably a good idea to explicitly include this header anyway,
regardless of whether it's included by other headers or not.
src/event/ngx_event_openssl.h