Merging r4098:

In Mac OS X Lion, Apple deprecated the use of the system OpenSSL library
in favour of their CommonCrypto library.  This change adds a work-around
that allows nginx to still be built on Lion with OpenSSL.
This commit is contained in:
Igor Sysoev 2011-09-30 14:09:44 +00:00
parent 1ab0b45def
commit c7bc53943d
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@
#define _NGX_DARWIN_CONFIG_H_INCLUDED_
#define MAC_OS_X_VERSION_MIN_REQUIRED MAC_OS_X_VERSION_10_0
#include <sys/types.h>
#include <sys/time.h>