nginx/src
Alessandro Ghedini 5fee8f76b5 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.
2017-10-11 15:43:50 -07:00
..
core Version bump. 2017-10-11 22:04:11 +03:00
event SSL: include <openssl/hmac.h>. 2017-10-11 15:43:50 -07:00
http Upstream: fixed $upstream_status when upstream returns 503/504. 2017-10-11 22:04:28 +03:00
mail Style: changed checks of ngx_ssl_create_connection() to != NGX_OK. 2017-05-29 16:34:35 +03:00
misc Style: aligned ngx_null_command. 2017-07-12 11:34:04 +03:00
os Removed more remnants of the old pthread implementation. 2017-09-18 11:09:41 +03:00
stream Upstream hash: reordered peer checks. 2017-10-05 17:43:05 +03:00