# HG changeset patch # User Alessandro Ghedini # Date 1507761830 25200 # Node ID 8076ba459f05cbf9ac3501a44f7745d09b482582 # Parent 6a5a91de5b7466ee81f895d6b62d3a7138a0b614 SSL: include . This header carries the definition of HMAC_Init_ex(). In OpenSSL this header is included by , 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. diff --git a/src/event/ngx_event_openssl.h b/src/event/ngx_event_openssl.h --- a/src/event/ngx_event_openssl.h +++ b/src/event/ngx_event_openssl.h @@ -22,6 +22,7 @@ #include #endif #include +#include #ifndef OPENSSL_NO_OCSP #include #endif