Ticket #584: make.2.log

File make.2.log, 180.9 KB (added by Siu Ching Pong (Asuka Kenji), 12 years ago)

The output from running "make" after removing "-Werror" from "Makefile"

Line 
1/Applications/Xcode.app/Contents/Developer/usr/bin/make -f objs/Makefile
2cd /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 \
3 && if [ -f Makefile ]; then /Applications/Xcode.app/Contents/Developer/usr/bin/make distclean; fi \
4 && CC="cc" CFLAGS="-O2 -pipe " \
5 ./configure --disable-shared
6checking for a BSD-compatible install... /Users/asukakenji/symlinks/install -c
7checking whether build environment is sane... yes
8checking for a thread-safe mkdir -p... /Users/asukakenji/symlinks/mkdir -p
9checking for gawk... gawk
10checking whether make sets $(MAKE)... yes
11checking whether make supports nested variables... yes
12checking whether make supports nested variables... (cached) yes
13checking for style of include used by make... GNU
14checking for gcc... cc
15checking whether the C compiler works... yes
16checking for C compiler default output file name... a.out
17checking for suffix of executables...
18checking whether we are cross compiling... no
19checking for suffix of object files... o
20checking whether we are using the GNU C compiler... yes
21checking whether cc accepts -g... yes
22checking for cc option to accept ISO C89... none needed
23checking whether cc understands -c and -o together... yes
24checking dependency style of cc... gcc3
25checking for ar... ar
26checking the archiver (ar) interface... ar
27checking for gcc... (cached) cc
28checking whether we are using the GNU C compiler... (cached) yes
29checking whether cc accepts -g... (cached) yes
30checking for cc option to accept ISO C89... (cached) none needed
31checking whether cc understands -c and -o together... (cached) yes
32checking dependency style of cc... (cached) gcc3
33checking for g++... g++
34checking whether we are using the GNU C++ compiler... yes
35checking whether g++ accepts -g... yes
36checking dependency style of g++... gcc3
37checking how to run the C preprocessor... cc -E
38checking for grep that handles long lines and -e... /opt/local/bin/grep
39checking for egrep... /opt/local/bin/grep -E
40checking for ANSI C header files... yes
41checking for sys/types.h... yes
42checking for sys/stat.h... yes
43checking for stdlib.h... yes
44checking for string.h... yes
45checking for memory.h... yes
46checking for strings.h... yes
47checking for inttypes.h... yes
48checking for stdint.h... yes
49checking for unistd.h... yes
50checking for int64_t... yes
51checking build system type... x86_64-apple-darwin13.2.0
52checking host system type... x86_64-apple-darwin13.2.0
53checking how to print strings... printf
54checking for a sed that does not truncate output... /usr/bin/sed
55checking for fgrep... /opt/local/bin/grep -F
56checking for ld used by cc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
57checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
58checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
59checking the name lister (/usr/bin/nm) interface... BSD nm
60checking whether ln -s works... yes
61checking the maximum length of command line arguments... 196608
62checking whether the shell understands some XSI constructs... yes
63checking whether the shell understands "+="... yes
64checking how to convert x86_64-apple-darwin13.2.0 file names to x86_64-apple-darwin13.2.0 format... func_convert_file_noop
65checking how to convert x86_64-apple-darwin13.2.0 file names to toolchain format... func_convert_file_noop
66checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
67checking for objdump... objdump
68checking how to recognize dependent libraries... pass_all
69checking for dlltool... dlltool
70checking how to associate runtime and link libraries... printf %s\n
71checking for archiver @FILE support... no
72checking for strip... strip
73checking for ranlib... ranlib
74checking command to parse /usr/bin/nm output from cc object... ok
75checking for sysroot... no
76checking for mt... no
77checking if : is a manifest tool... no
78checking for dsymutil... dsymutil
79checking for nmedit... nmedit
80checking for lipo... lipo
81checking for otool... otool
82checking for otool64... no
83checking for -single_module linker flag... yes
84checking for -exported_symbols_list linker flag... yes
85checking for -force_load linker flag... yes
86checking for dlfcn.h... yes
87checking for objdir... .libs
88checking if cc supports -fno-rtti -fno-exceptions... yes
89checking for cc option to produce PIC... -fno-common -DPIC
90checking if cc PIC flag -fno-common -DPIC works... yes
91checking if cc static flag -static works... no
92checking if cc supports -c -o file.o... yes
93checking if cc supports -c -o file.o... (cached) yes
94checking whether the cc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
95checking dynamic linker characteristics... darwin13.2.0 dyld
96checking how to hardcode library paths into programs... immediate
97checking whether stripping libraries is possible... yes
98checking if libtool supports shared libraries... yes
99checking whether to build shared libraries... no
100checking whether to build static libraries... yes
101checking how to run the C++ preprocessor... g++ -E
102checking for ld used by g++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
103checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
104checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
105checking for g++ option to produce PIC... -fno-common -DPIC
106checking if g++ PIC flag -fno-common -DPIC works... yes
107checking if g++ static flag -static works... no
108checking if g++ supports -c -o file.o... yes
109checking if g++ supports -c -o file.o... (cached) yes
110checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
111checking dynamic linker characteristics... darwin13.2.0 dyld
112checking how to hardcode library paths into programs... immediate
113checking whether ln -s works... yes
114checking whether the -Werror option is usable... yes
115checking for simple visibility declarations... yes
116checking for ANSI C header files... (cached) yes
117checking limits.h usability... yes
118checking limits.h presence... yes
119checking for limits.h... yes
120checking for sys/types.h... (cached) yes
121checking for sys/stat.h... (cached) yes
122checking dirent.h usability... yes
123checking dirent.h presence... yes
124checking for dirent.h... yes
125checking windows.h usability... no
126checking windows.h presence... no
127checking for windows.h... no
128checking for alias support in the linker... yes
129checking string usability... yes
130checking string presence... yes
131checking for string... yes
132checking bits/type_traits.h usability... no
133checking bits/type_traits.h presence... no
134checking for bits/type_traits.h... no
135checking type_traits.h usability... no
136checking type_traits.h presence... no
137checking for type_traits.h... no
138checking for strtoq... yes
139checking for long long... yes
140checking for unsigned long long... yes
141checking for an ANSI C-conforming const... yes
142checking for size_t... yes
143checking for bcopy... yes
144checking for memmove... yes
145checking for strerror... yes
146checking zlib.h usability... yes
147checking zlib.h presence... yes
148checking for zlib.h... yes
149checking for gzopen in -lz... yes
150checking bzlib.h usability... yes
151checking bzlib.h presence... yes
152checking for bzlib.h... yes
153checking for libbz2... yes
154checking that generated files are newer than configure... done
155configure: creating ./config.status
156config.status: creating Makefile
157config.status: creating libpcre.pc
158config.status: creating libpcre16.pc
159config.status: creating libpcre32.pc
160config.status: creating libpcreposix.pc
161config.status: creating libpcrecpp.pc
162config.status: creating pcre-config
163config.status: creating pcre.h
164config.status: creating pcre_stringpiece.h
165config.status: creating pcrecpparg.h
166config.status: creating config.h
167config.status: executing depfiles commands
168config.status: executing libtool commands
169config.status: executing script-chmod commands
170config.status: executing delete-old-chartables commands
171
172pcre-8.35 configuration summary:
173
174 Install prefix .................. : /usr/local
175 C preprocessor .................. : cc -E
176 C compiler ...................... : cc
177 C++ preprocessor ................ : g++ -E
178 C++ compiler .................... : g++
179 Linker .......................... : /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
180 C preprocessor flags ............ :
181 C compiler flags ................ : -O2 -pipe -fvisibility=hidden
182 C++ compiler flags .............. : -O2 -fvisibility=hidden -fvisibility-inlines-hidden
183 Linker flags .................... :
184 Extra libraries ................. :
185
186 Build 8 bit pcre library ........ : yes
187 Build 16 bit pcre library ....... : no
188 Build 32 bit pcre library ....... : no
189 Build C++ library ............... : yes
190 Enable JIT compiling support .... : no
191 Enable UTF-8/16/32 support ...... : no
192 Unicode properties .............. : no
193 Newline char/sequence ........... : lf
194 \R matches only ANYCRLF ......... : no
195 EBCDIC coding ................... : no
196 EBCDIC code for NL .............. : n/a
197 Rebuild char tables ............. : no
198 Use stack recursion ............. : yes
199 POSIX mem threshold ............. : 10
200 Internal link size .............. : 2
201 Nested parentheses limit ........ : 250
202 Match limit ..................... : 10000000
203 Match limit recursion ........... : MATCH_LIMIT
204 Build shared libs ............... : no
205 Build static libs ............... : yes
206 Use JIT in pcregrep ............. : no
207 Buffer size for pcregrep ........ : 20480
208 Link pcregrep with libz ......... : no
209 Link pcregrep with libbz2 ....... : no
210 Link pcretest with libedit ...... : no
211 Link pcretest with libreadline .. : no
212 Valgrind support ................ : no
213 Code coverage ................... : no
214
215cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
216 -o objs/src/core/nginx.o \
217 src/core/nginx.c
218cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
219 -o objs/src/core/ngx_log.o \
220 src/core/ngx_log.c
221cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
222 -o objs/src/core/ngx_palloc.o \
223 src/core/ngx_palloc.c
224cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
225 -o objs/src/core/ngx_array.o \
226 src/core/ngx_array.c
227cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
228 -o objs/src/core/ngx_list.o \
229 src/core/ngx_list.c
230cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
231 -o objs/src/core/ngx_hash.o \
232 src/core/ngx_hash.c
233cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
234 -o objs/src/core/ngx_buf.o \
235 src/core/ngx_buf.c
236cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
237 -o objs/src/core/ngx_queue.o \
238 src/core/ngx_queue.c
239cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
240 -o objs/src/core/ngx_output_chain.o \
241 src/core/ngx_output_chain.c
242cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
243 -o objs/src/core/ngx_string.o \
244 src/core/ngx_string.c
245cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
246 -o objs/src/core/ngx_parse.o \
247 src/core/ngx_parse.c
248cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
249 -o objs/src/core/ngx_inet.o \
250 src/core/ngx_inet.c
251cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
252 -o objs/src/core/ngx_file.o \
253 src/core/ngx_file.c
254cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
255 -o objs/src/core/ngx_crc32.o \
256 src/core/ngx_crc32.c
257cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
258 -o objs/src/core/ngx_murmurhash.o \
259 src/core/ngx_murmurhash.c
260cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
261 -o objs/src/core/ngx_md5.o \
262 src/core/ngx_md5.c
263cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
264 -o objs/src/core/ngx_rbtree.o \
265 src/core/ngx_rbtree.c
266cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
267 -o objs/src/core/ngx_radix_tree.o \
268 src/core/ngx_radix_tree.c
269cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
270 -o objs/src/core/ngx_slab.o \
271 src/core/ngx_slab.c
272cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
273 -o objs/src/core/ngx_times.o \
274 src/core/ngx_times.c
275cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
276 -o objs/src/core/ngx_shmtx.o \
277 src/core/ngx_shmtx.c
278cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
279 -o objs/src/core/ngx_connection.o \
280 src/core/ngx_connection.c
281cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
282 -o objs/src/core/ngx_cycle.o \
283 src/core/ngx_cycle.c
284cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
285 -o objs/src/core/ngx_spinlock.o \
286 src/core/ngx_spinlock.c
287cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
288 -o objs/src/core/ngx_cpuinfo.o \
289 src/core/ngx_cpuinfo.c
290cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
291 -o objs/src/core/ngx_conf_file.o \
292 src/core/ngx_conf_file.c
293cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
294 -o objs/src/core/ngx_resolver.o \
295 src/core/ngx_resolver.c
296cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
297 -o objs/src/core/ngx_open_file_cache.o \
298 src/core/ngx_open_file_cache.c
299cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
300 -o objs/src/core/ngx_crypt.o \
301 src/core/ngx_crypt.c
302src/core/ngx_crypt.c:82:5: warning: 'MD5_Init' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
303 ngx_md5_init(&md5);
304 ^
305src/core/ngx_md5.h:30:25: note: expanded from macro 'ngx_md5_init'
306#define ngx_md5_init MD5_Init
307 ^
308/usr/include/openssl/md5.h:113:5: note: 'MD5_Init' declared here
309int MD5_Init(MD5_CTX *c) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
310 ^
311src/core/ngx_crypt.c:83:5: warning: 'MD5_Update' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
312 ngx_md5_update(&md5, key, keylen);
313 ^
314src/core/ngx_md5.h:31:25: note: expanded from macro 'ngx_md5_update'
315#define ngx_md5_update MD5_Update
316 ^
317/usr/include/openssl/md5.h:114:5: note: 'MD5_Update' declared here
318int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
319 ^
320src/core/ngx_crypt.c:84:5: warning: 'MD5_Update' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
321 ngx_md5_update(&md5, (u_char *) "$apr1$", sizeof("$apr1$") - 1);
322 ^
323src/core/ngx_md5.h:31:25: note: expanded from macro 'ngx_md5_update'
324#define ngx_md5_update MD5_Update
325 ^
326/usr/include/openssl/md5.h:114:5: note: 'MD5_Update' declared here
327int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
328 ^
329src/core/ngx_crypt.c:85:5: warning: 'MD5_Update' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
330 ngx_md5_update(&md5, salt, saltlen);
331 ^
332src/core/ngx_md5.h:31:25: note: expanded from macro 'ngx_md5_update'
333#define ngx_md5_update MD5_Update
334 ^
335/usr/include/openssl/md5.h:114:5: note: 'MD5_Update' declared here
336int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
337 ^
338src/core/ngx_crypt.c:87:5: warning: 'MD5_Init' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
339 ngx_md5_init(&ctx1);
340 ^
341src/core/ngx_md5.h:30:25: note: expanded from macro 'ngx_md5_init'
342#define ngx_md5_init MD5_Init
343 ^
344/usr/include/openssl/md5.h:113:5: note: 'MD5_Init' declared here
345int MD5_Init(MD5_CTX *c) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
346 ^
347src/core/ngx_crypt.c:88:5: warning: 'MD5_Update' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
348 ngx_md5_update(&ctx1, key, keylen);
349 ^
350src/core/ngx_md5.h:31:25: note: expanded from macro 'ngx_md5_update'
351#define ngx_md5_update MD5_Update
352 ^
353/usr/include/openssl/md5.h:114:5: note: 'MD5_Update' declared here
354int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
355 ^
356src/core/ngx_crypt.c:89:5: warning: 'MD5_Update' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
357 ngx_md5_update(&ctx1, salt, saltlen);
358 ^
359src/core/ngx_md5.h:31:25: note: expanded from macro 'ngx_md5_update'
360#define ngx_md5_update MD5_Update
361 ^
362/usr/include/openssl/md5.h:114:5: note: 'MD5_Update' declared here
363int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
364 ^
365src/core/ngx_crypt.c:90:5: warning: 'MD5_Update' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
366 ngx_md5_update(&ctx1, key, keylen);
367 ^
368src/core/ngx_md5.h:31:25: note: expanded from macro 'ngx_md5_update'
369#define ngx_md5_update MD5_Update
370 ^
371/usr/include/openssl/md5.h:114:5: note: 'MD5_Update' declared here
372int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
373 ^
374src/core/ngx_crypt.c:91:5: warning: 'MD5_Final' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
375 ngx_md5_final(final, &ctx1);
376 ^
377src/core/ngx_md5.h:32:25: note: expanded from macro 'ngx_md5_final'
378#define ngx_md5_final MD5_Final
379 ^
380/usr/include/openssl/md5.h:115:5: note: 'MD5_Final' declared here
381int MD5_Final(unsigned char *md, MD5_CTX *c) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
382 ^
383src/core/ngx_crypt.c:94:9: warning: 'MD5_Update' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
384 ngx_md5_update(&md5, final, n > 16 ? 16 : n);
385 ^
386src/core/ngx_md5.h:31:25: note: expanded from macro 'ngx_md5_update'
387#define ngx_md5_update MD5_Update
388 ^
389/usr/include/openssl/md5.h:114:5: note: 'MD5_Update' declared here
390int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
391 ^
392src/core/ngx_crypt.c:101:13: warning: 'MD5_Update' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
393 ngx_md5_update(&md5, final, 1);
394 ^
395src/core/ngx_md5.h:31:25: note: expanded from macro 'ngx_md5_update'
396#define ngx_md5_update MD5_Update
397 ^
398/usr/include/openssl/md5.h:114:5: note: 'MD5_Update' declared here
399int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
400 ^
401src/core/ngx_crypt.c:104:13: warning: 'MD5_Update' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
402 ngx_md5_update(&md5, key, 1);
403 ^
404src/core/ngx_md5.h:31:25: note: expanded from macro 'ngx_md5_update'
405#define ngx_md5_update MD5_Update
406 ^
407/usr/include/openssl/md5.h:114:5: note: 'MD5_Update' declared here
408int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
409 ^
410src/core/ngx_crypt.c:108:5: warning: 'MD5_Final' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
411 ngx_md5_final(final, &md5);
412 ^
413src/core/ngx_md5.h:32:25: note: expanded from macro 'ngx_md5_final'
414#define ngx_md5_final MD5_Final
415 ^
416/usr/include/openssl/md5.h:115:5: note: 'MD5_Final' declared here
417int MD5_Final(unsigned char *md, MD5_CTX *c) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
418 ^
419src/core/ngx_crypt.c:111:9: warning: 'MD5_Init' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
420 ngx_md5_init(&ctx1);
421 ^
422src/core/ngx_md5.h:30:25: note: expanded from macro 'ngx_md5_init'
423#define ngx_md5_init MD5_Init
424 ^
425/usr/include/openssl/md5.h:113:5: note: 'MD5_Init' declared here
426int MD5_Init(MD5_CTX *c) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
427 ^
428src/core/ngx_crypt.c:114:13: warning: 'MD5_Update' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
429 ngx_md5_update(&ctx1, key, keylen);
430 ^
431src/core/ngx_md5.h:31:25: note: expanded from macro 'ngx_md5_update'
432#define ngx_md5_update MD5_Update
433 ^
434/usr/include/openssl/md5.h:114:5: note: 'MD5_Update' declared here
435int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
436 ^
437src/core/ngx_crypt.c:117:13: warning: 'MD5_Update' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
438 ngx_md5_update(&ctx1, final, 16);
439 ^
440src/core/ngx_md5.h:31:25: note: expanded from macro 'ngx_md5_update'
441#define ngx_md5_update MD5_Update
442 ^
443/usr/include/openssl/md5.h:114:5: note: 'MD5_Update' declared here
444int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
445 ^
446src/core/ngx_crypt.c:121:13: warning: 'MD5_Update' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
447 ngx_md5_update(&ctx1, salt, saltlen);
448 ^
449src/core/ngx_md5.h:31:25: note: expanded from macro 'ngx_md5_update'
450#define ngx_md5_update MD5_Update
451 ^
452/usr/include/openssl/md5.h:114:5: note: 'MD5_Update' declared here
453int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
454 ^
455src/core/ngx_crypt.c:125:13: warning: 'MD5_Update' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
456 ngx_md5_update(&ctx1, key, keylen);
457 ^
458src/core/ngx_md5.h:31:25: note: expanded from macro 'ngx_md5_update'
459#define ngx_md5_update MD5_Update
460 ^
461/usr/include/openssl/md5.h:114:5: note: 'MD5_Update' declared here
462int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
463 ^
464src/core/ngx_crypt.c:129:13: warning: 'MD5_Update' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
465 ngx_md5_update(&ctx1, final, 16);
466 ^
467src/core/ngx_md5.h:31:25: note: expanded from macro 'ngx_md5_update'
468#define ngx_md5_update MD5_Update
469 ^
470/usr/include/openssl/md5.h:114:5: note: 'MD5_Update' declared here
471int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
472 ^
473src/core/ngx_crypt.c:132:13: warning: 'MD5_Update' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
474 ngx_md5_update(&ctx1, key, keylen);
475 ^
476src/core/ngx_md5.h:31:25: note: expanded from macro 'ngx_md5_update'
477#define ngx_md5_update MD5_Update
478 ^
479/usr/include/openssl/md5.h:114:5: note: 'MD5_Update' declared here
480int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
481 ^
482src/core/ngx_crypt.c:135:9: warning: 'MD5_Final' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
483 ngx_md5_final(final, &ctx1);
484 ^
485src/core/ngx_md5.h:32:25: note: expanded from macro 'ngx_md5_final'
486#define ngx_md5_final MD5_Final
487 ^
488/usr/include/openssl/md5.h:115:5: note: 'MD5_Final' declared here
489int MD5_Final(unsigned char *md, MD5_CTX *c) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
490 ^
491src/core/ngx_crypt.c:228:5: warning: 'SHA1_Init' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
492 ngx_sha1_init(&sha1);
493 ^
494src/core/ngx_sha1.h:26:26: note: expanded from macro 'ngx_sha1_init'
495#define ngx_sha1_init SHA1_Init
496 ^
497/usr/include/openssl/sha.h:121:5: note: 'SHA1_Init' declared here
498int SHA1_Init(SHA_CTX *c) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
499 ^
500src/core/ngx_crypt.c:229:5: warning: 'SHA1_Update' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
501 ngx_sha1_update(&sha1, key, ngx_strlen(key));
502 ^
503src/core/ngx_sha1.h:27:26: note: expanded from macro 'ngx_sha1_update'
504#define ngx_sha1_update SHA1_Update
505 ^
506/usr/include/openssl/sha.h:122:5: note: 'SHA1_Update' declared here
507int SHA1_Update(SHA_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
508 ^
509src/core/ngx_crypt.c:230:5: warning: 'SHA1_Update' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
510 ngx_sha1_update(&sha1, decoded.data + 20, decoded.len - 20);
511 ^
512src/core/ngx_sha1.h:27:26: note: expanded from macro 'ngx_sha1_update'
513#define ngx_sha1_update SHA1_Update
514 ^
515/usr/include/openssl/sha.h:122:5: note: 'SHA1_Update' declared here
516int SHA1_Update(SHA_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
517 ^
518src/core/ngx_crypt.c:231:5: warning: 'SHA1_Final' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
519 ngx_sha1_final(decoded.data, &sha1);
520 ^
521src/core/ngx_sha1.h:28:26: note: expanded from macro 'ngx_sha1_final'
522#define ngx_sha1_final SHA1_Final
523 ^
524/usr/include/openssl/sha.h:123:5: note: 'SHA1_Final' declared here
525int SHA1_Final(unsigned char *md, SHA_CTX *c) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
526 ^
527src/core/ngx_crypt.c:263:5: warning: 'SHA1_Init' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
528 ngx_sha1_init(&sha1);
529 ^
530src/core/ngx_sha1.h:26:26: note: expanded from macro 'ngx_sha1_init'
531#define ngx_sha1_init SHA1_Init
532 ^
533/usr/include/openssl/sha.h:121:5: note: 'SHA1_Init' declared here
534int SHA1_Init(SHA_CTX *c) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
535 ^
536src/core/ngx_crypt.c:264:5: warning: 'SHA1_Update' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
537 ngx_sha1_update(&sha1, key, ngx_strlen(key));
538 ^
539src/core/ngx_sha1.h:27:26: note: expanded from macro 'ngx_sha1_update'
540#define ngx_sha1_update SHA1_Update
541 ^
542/usr/include/openssl/sha.h:122:5: note: 'SHA1_Update' declared here
543int SHA1_Update(SHA_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
544 ^
545src/core/ngx_crypt.c:265:5: warning: 'SHA1_Final' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
546 ngx_sha1_final(digest, &sha1);
547 ^
548src/core/ngx_sha1.h:28:26: note: expanded from macro 'ngx_sha1_final'
549#define ngx_sha1_final SHA1_Final
550 ^
551/usr/include/openssl/sha.h:123:5: note: 'SHA1_Final' declared here
552int SHA1_Final(unsigned char *md, SHA_CTX *c) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
553 ^
55428 warnings generated.
555cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
556 -o objs/src/core/ngx_proxy_protocol.o \
557 src/core/ngx_proxy_protocol.c
558cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
559 -o objs/src/event/ngx_event.o \
560 src/event/ngx_event.c
561cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
562 -o objs/src/event/ngx_event_timer.o \
563 src/event/ngx_event_timer.c
564cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
565 -o objs/src/event/ngx_event_posted.o \
566 src/event/ngx_event_posted.c
567cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
568 -o objs/src/event/ngx_event_busy_lock.o \
569 src/event/ngx_event_busy_lock.c
570cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
571 -o objs/src/event/ngx_event_accept.o \
572 src/event/ngx_event_accept.c
573cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
574 -o objs/src/event/ngx_event_connect.o \
575 src/event/ngx_event_connect.c
576cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
577 -o objs/src/event/ngx_event_pipe.o \
578 src/event/ngx_event_pipe.c
579cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
580 -o objs/src/os/unix/ngx_time.o \
581 src/os/unix/ngx_time.c
582cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
583 -o objs/src/os/unix/ngx_errno.o \
584 src/os/unix/ngx_errno.c
585cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
586 -o objs/src/os/unix/ngx_alloc.o \
587 src/os/unix/ngx_alloc.c
588cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
589 -o objs/src/os/unix/ngx_files.o \
590 src/os/unix/ngx_files.c
591cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
592 -o objs/src/os/unix/ngx_socket.o \
593 src/os/unix/ngx_socket.c
594cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
595 -o objs/src/os/unix/ngx_recv.o \
596 src/os/unix/ngx_recv.c
597cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
598 -o objs/src/os/unix/ngx_readv_chain.o \
599 src/os/unix/ngx_readv_chain.c
600cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
601 -o objs/src/os/unix/ngx_udp_recv.o \
602 src/os/unix/ngx_udp_recv.c
603cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
604 -o objs/src/os/unix/ngx_send.o \
605 src/os/unix/ngx_send.c
606cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
607 -o objs/src/os/unix/ngx_writev_chain.o \
608 src/os/unix/ngx_writev_chain.c
609cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
610 -o objs/src/os/unix/ngx_channel.o \
611 src/os/unix/ngx_channel.c
612cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
613 -o objs/src/os/unix/ngx_shmem.o \
614 src/os/unix/ngx_shmem.c
615cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
616 -o objs/src/os/unix/ngx_process.o \
617 src/os/unix/ngx_process.c
618cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
619 -o objs/src/os/unix/ngx_daemon.o \
620 src/os/unix/ngx_daemon.c
621cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
622 -o objs/src/os/unix/ngx_setaffinity.o \
623 src/os/unix/ngx_setaffinity.c
624cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
625 -o objs/src/os/unix/ngx_setproctitle.o \
626 src/os/unix/ngx_setproctitle.c
627cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
628 -o objs/src/os/unix/ngx_posix_init.o \
629 src/os/unix/ngx_posix_init.c
630cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
631 -o objs/src/os/unix/ngx_user.o \
632 src/os/unix/ngx_user.c
633cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
634 -o objs/src/os/unix/ngx_process_cycle.o \
635 src/os/unix/ngx_process_cycle.c
636cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
637 -o objs/src/os/unix/ngx_darwin_init.o \
638 src/os/unix/ngx_darwin_init.c
639cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
640 -o objs/src/event/modules/ngx_kqueue_module.o \
641 src/event/modules/ngx_kqueue_module.c
642cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
643 -o objs/src/os/unix/ngx_darwin_sendfile_chain.o \
644 src/os/unix/ngx_darwin_sendfile_chain.c
645cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
646 -o objs/src/event/ngx_event_openssl.o \
647 src/event/ngx_event_openssl.c
648src/event/ngx_event_openssl.c:99:5: warning: 'OPENSSL_config' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
649 OPENSSL_config(NULL);
650 ^
651/usr/include/openssl/conf.h:135:6: note: 'OPENSSL_config' declared here
652void OPENSSL_config(const char *config_name) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
653 ^
654src/event/ngx_event_openssl.c:101:5: warning: 'SSL_library_init' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
655 SSL_library_init();
656 ^
657/usr/include/openssl/ssl.h:1553:5: note: 'SSL_library_init' declared here
658int SSL_library_init(void ) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
659 ^
660src/event/ngx_event_openssl.c:102:5: warning: 'SSL_load_error_strings' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
661 SSL_load_error_strings();
662 ^
663/usr/include/openssl/ssl.h:1416:6: note: 'SSL_load_error_strings' declared here
664void SSL_load_error_strings(void ) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
665 ^
666src/event/ngx_event_openssl.c:104:5: warning: 'OPENSSL_add_all_algorithms_noconf' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
667 OpenSSL_add_all_algorithms();
668 ^
669/usr/include/openssl/evp.h:836:3: note: expanded from macro 'OpenSSL_add_all_algorithms'
670 OPENSSL_add_all_algorithms_noconf()
671 ^
672/usr/include/openssl/evp.h:828:6: note: 'OPENSSL_add_all_algorithms_noconf' declared here
673void OPENSSL_add_all_algorithms_noconf(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
674 ^
675src/event/ngx_event_openssl.c:116:24: warning: 'SSL_COMP_get_compression_methods' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
676 ssl_comp_methods = SSL_COMP_get_compression_methods();
677 ^
678/usr/include/openssl/ssl.h:1658:21: note: 'SSL_COMP_get_compression_methods' declared here
679STACK_OF(SSL_COMP) *SSL_COMP_get_compression_methods(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
680 ^
681src/event/ngx_event_openssl.c:117:9: warning: 'sk_num' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
682 n = sk_SSL_COMP_num(ssl_comp_methods);
683 ^
684/usr/include/openssl/safestack.h:1300:29: note: expanded from macro 'sk_SSL_COMP_num'
685#define sk_SSL_COMP_num(st) SKM_sk_num(SSL_COMP, (st))
686 ^
687/usr/include/openssl/safestack.h:168:2: note: expanded from macro 'SKM_sk_num'
688 sk_num(st)
689 ^
690/usr/include/openssl/stack.h:81:5: note: 'sk_num' declared here
691int sk_num(const STACK *) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
692 ^
693src/event/ngx_event_openssl.c:120:16: warning: 'sk_pop' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
694 (void) sk_SSL_COMP_pop(ssl_comp_methods);
695 ^
696/usr/include/openssl/safestack.h:1315:29: note: expanded from macro 'sk_SSL_COMP_pop'
697#define sk_SSL_COMP_pop(st) SKM_sk_pop(SSL_COMP, (st))
698 ^
699/usr/include/openssl/safestack.h:197:11: note: expanded from macro 'SKM_sk_pop'
700 ((type *)sk_pop(st))
701 ^
702/usr/include/openssl/stack.h:98:7: note: 'sk_pop' declared here
703char *sk_pop(STACK *st) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
704 ^
705src/event/ngx_event_openssl.c:126:32: warning: 'SSL_get_ex_new_index' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
706 ngx_ssl_connection_index = SSL_get_ex_new_index(0, NULL, NULL, NULL, NULL);
707 ^
708/usr/include/openssl/ssl.h:1588:5: note: 'SSL_get_ex_new_index' declared here
709int SSL_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
710 ^
711src/event/ngx_event_openssl.c:133:33: warning: 'SSL_CTX_get_ex_new_index' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
712 ngx_ssl_server_conf_index = SSL_CTX_get_ex_new_index(0, NULL, NULL, NULL,
713 ^
714/usr/include/openssl/ssl.h:1598:5: note: 'SSL_CTX_get_ex_new_index' declared here
715int SSL_CTX_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
716 ^
717src/event/ngx_event_openssl.c:141:35: warning: 'SSL_CTX_get_ex_new_index' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
718 ngx_ssl_session_cache_index = SSL_CTX_get_ex_new_index(0, NULL, NULL, NULL,
719 ^
720/usr/include/openssl/ssl.h:1598:5: note: 'SSL_CTX_get_ex_new_index' declared here
721int SSL_CTX_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
722 ^
723src/event/ngx_event_openssl.c:149:41: warning: 'SSL_CTX_get_ex_new_index' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
724 ngx_ssl_session_ticket_keys_index = SSL_CTX_get_ex_new_index(0, NULL, NULL,
725 ^
726/usr/include/openssl/ssl.h:1598:5: note: 'SSL_CTX_get_ex_new_index' declared here
727int SSL_CTX_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
728 ^
729src/event/ngx_event_openssl.c:157:33: warning: 'SSL_CTX_get_ex_new_index' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
730 ngx_ssl_certificate_index = SSL_CTX_get_ex_new_index(0, NULL, NULL, NULL,
731 ^
732/usr/include/openssl/ssl.h:1598:5: note: 'SSL_CTX_get_ex_new_index' declared here
733int SSL_CTX_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
734 ^
735src/event/ngx_event_openssl.c:165:30: warning: 'SSL_CTX_get_ex_new_index' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
736 ngx_ssl_stapling_index = SSL_CTX_get_ex_new_index(0, NULL, NULL, NULL,
737 ^
738/usr/include/openssl/ssl.h:1598:5: note: 'SSL_CTX_get_ex_new_index' declared here
739int SSL_CTX_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
740 ^
741src/event/ngx_event_openssl.c:180:16: warning: 'SSL_CTX_new' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
742 ssl->ctx = SSL_CTX_new(SSLv23_method());
743 ^
744/usr/include/openssl/ssl.h:1346:10: note: 'SSL_CTX_new' declared here
745SSL_CTX *SSL_CTX_new(SSL_METHOD *meth) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
746 ^
747src/event/ngx_event_openssl.c:180:28: warning: 'SSLv23_method' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
748 ssl->ctx = SSL_CTX_new(SSLv23_method());
749 ^
750/usr/include/openssl/ssl.h:1515:13: note: 'SSLv23_method' declared here
751SSL_METHOD *SSLv23_method(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER; /* SSLv3 but can rollback to v2 */
752 ^
753src/event/ngx_event_openssl.c:187:9: warning: 'SSL_CTX_set_ex_data' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
754 if (SSL_CTX_set_ex_data(ssl->ctx, ngx_ssl_server_conf_index, data) == 0) {
755 ^
756/usr/include/openssl/ssl.h:1596:5: note: 'SSL_CTX_set_ex_data' declared here
757int SSL_CTX_set_ex_data(SSL_CTX *ssl,int idx,void *data) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
758 ^
759src/event/ngx_event_openssl.c:197:5: warning: 'SSL_CTX_ctrl' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
760 SSL_CTX_set_options(ssl->ctx, SSL_OP_MICROSOFT_SESS_ID_BUG);
761 ^
762/usr/include/openssl/ssl.h:571:2: note: expanded from macro 'SSL_CTX_set_options'
763 SSL_CTX_ctrl((ctx),SSL_CTRL_OPTIONS,(op),NULL)
764 ^
765/usr/include/openssl/ssl.h:1498:6: note: 'SSL_CTX_ctrl' declared here
766long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
767 ^
768src/event/ngx_event_openssl.c:198:5: warning: 'SSL_CTX_ctrl' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
769 SSL_CTX_set_options(ssl->ctx, SSL_OP_NETSCAPE_CHALLENGE_BUG);
770 ^
771/usr/include/openssl/ssl.h:571:2: note: expanded from macro 'SSL_CTX_set_options'
772 SSL_CTX_ctrl((ctx),SSL_CTRL_OPTIONS,(op),NULL)
773 ^
774/usr/include/openssl/ssl.h:1498:6: note: 'SSL_CTX_ctrl' declared here
775long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
776 ^
777src/event/ngx_event_openssl.c:202:5: warning: 'SSL_CTX_ctrl' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
778 SSL_CTX_set_options(ssl->ctx, SSL_OP_SSLREF2_REUSE_CERT_TYPE_BUG);
779 ^
780/usr/include/openssl/ssl.h:571:2: note: expanded from macro 'SSL_CTX_set_options'
781 SSL_CTX_ctrl((ctx),SSL_CTRL_OPTIONS,(op),NULL)
782 ^
783/usr/include/openssl/ssl.h:1498:6: note: 'SSL_CTX_ctrl' declared here
784long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
785 ^
786src/event/ngx_event_openssl.c:203:5: warning: 'SSL_CTX_ctrl' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
787 SSL_CTX_set_options(ssl->ctx, SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER);
788 ^
789/usr/include/openssl/ssl.h:571:2: note: expanded from macro 'SSL_CTX_set_options'
790 SSL_CTX_ctrl((ctx),SSL_CTRL_OPTIONS,(op),NULL)
791 ^
792/usr/include/openssl/ssl.h:1498:6: note: 'SSL_CTX_ctrl' declared here
793long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
794 ^
795src/event/ngx_event_openssl.c:207:5: warning: 'SSL_CTX_ctrl' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
796 SSL_CTX_set_options(ssl->ctx, SSL_OP_MSIE_SSLV2_RSA_PADDING);
797 ^
798/usr/include/openssl/ssl.h:571:2: note: expanded from macro 'SSL_CTX_set_options'
799 SSL_CTX_ctrl((ctx),SSL_CTRL_OPTIONS,(op),NULL)
800 ^
801/usr/include/openssl/ssl.h:1498:6: note: 'SSL_CTX_ctrl' declared here
802long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
803 ^
804src/event/ngx_event_openssl.c:210:5: warning: 'SSL_CTX_ctrl' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
805 SSL_CTX_set_options(ssl->ctx, SSL_OP_SSLEAY_080_CLIENT_DH_BUG);
806 ^
807/usr/include/openssl/ssl.h:571:2: note: expanded from macro 'SSL_CTX_set_options'
808 SSL_CTX_ctrl((ctx),SSL_CTRL_OPTIONS,(op),NULL)
809 ^
810/usr/include/openssl/ssl.h:1498:6: note: 'SSL_CTX_ctrl' declared here
811long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
812 ^
813src/event/ngx_event_openssl.c:211:5: warning: 'SSL_CTX_ctrl' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
814 SSL_CTX_set_options(ssl->ctx, SSL_OP_TLS_D5_BUG);
815 ^
816/usr/include/openssl/ssl.h:571:2: note: expanded from macro 'SSL_CTX_set_options'
817 SSL_CTX_ctrl((ctx),SSL_CTRL_OPTIONS,(op),NULL)
818 ^
819/usr/include/openssl/ssl.h:1498:6: note: 'SSL_CTX_ctrl' declared here
820long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
821 ^
822src/event/ngx_event_openssl.c:212:5: warning: 'SSL_CTX_ctrl' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
823 SSL_CTX_set_options(ssl->ctx, SSL_OP_TLS_BLOCK_PADDING_BUG);
824 ^
825/usr/include/openssl/ssl.h:571:2: note: expanded from macro 'SSL_CTX_set_options'
826 SSL_CTX_ctrl((ctx),SSL_CTRL_OPTIONS,(op),NULL)
827 ^
828/usr/include/openssl/ssl.h:1498:6: note: 'SSL_CTX_ctrl' declared here
829long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
830 ^
831src/event/ngx_event_openssl.c:214:5: warning: 'SSL_CTX_ctrl' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
832 SSL_CTX_set_options(ssl->ctx, SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS);
833 ^
834/usr/include/openssl/ssl.h:571:2: note: expanded from macro 'SSL_CTX_set_options'
835 SSL_CTX_ctrl((ctx),SSL_CTRL_OPTIONS,(op),NULL)
836 ^
837/usr/include/openssl/ssl.h:1498:6: note: 'SSL_CTX_ctrl' declared here
838long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
839 ^
840src/event/ngx_event_openssl.c:216:5: warning: 'SSL_CTX_ctrl' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
841 SSL_CTX_set_options(ssl->ctx, SSL_OP_SINGLE_DH_USE);
842 ^
843/usr/include/openssl/ssl.h:571:2: note: expanded from macro 'SSL_CTX_set_options'
844 SSL_CTX_ctrl((ctx),SSL_CTRL_OPTIONS,(op),NULL)
845 ^
846/usr/include/openssl/ssl.h:1498:6: note: 'SSL_CTX_ctrl' declared here
847long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
848 ^
849src/event/ngx_event_openssl.c:219:9: warning: 'SSL_CTX_ctrl' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
850 SSL_CTX_set_options(ssl->ctx, SSL_OP_NO_SSLv2);
851 ^
852/usr/include/openssl/ssl.h:571:2: note: expanded from macro 'SSL_CTX_set_options'
853 SSL_CTX_ctrl((ctx),SSL_CTRL_OPTIONS,(op),NULL)
854 ^
855/usr/include/openssl/ssl.h:1498:6: note: 'SSL_CTX_ctrl' declared here
856long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
857 ^
858src/event/ngx_event_openssl.c:222:9: warning: 'SSL_CTX_ctrl' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
859 SSL_CTX_set_options(ssl->ctx, SSL_OP_NO_SSLv3);
860 ^
861/usr/include/openssl/ssl.h:571:2: note: expanded from macro 'SSL_CTX_set_options'
862 SSL_CTX_ctrl((ctx),SSL_CTRL_OPTIONS,(op),NULL)
863 ^
864/usr/include/openssl/ssl.h:1498:6: note: 'SSL_CTX_ctrl' declared here
865long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
866 ^
867src/event/ngx_event_openssl.c:225:9: warning: 'SSL_CTX_ctrl' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
868 SSL_CTX_set_options(ssl->ctx, SSL_OP_NO_TLSv1);
869 ^
870/usr/include/openssl/ssl.h:571:2: note: expanded from macro 'SSL_CTX_set_options'
871 SSL_CTX_ctrl((ctx),SSL_CTRL_OPTIONS,(op),NULL)
872 ^
873/usr/include/openssl/ssl.h:1498:6: note: 'SSL_CTX_ctrl' declared here
874long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
875 ^
876src/event/ngx_event_openssl.c:246:5: warning: 'SSL_CTX_ctrl' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
877 SSL_CTX_set_read_ahead(ssl->ctx, 1);
878 ^
879/usr/include/openssl/ssl.h:1617:2: note: expanded from macro 'SSL_CTX_set_read_ahead'
880 SSL_CTX_ctrl(ctx,SSL_CTRL_SET_READ_AHEAD,m,NULL)
881 ^
882/usr/include/openssl/ssl.h:1498:6: note: 'SSL_CTX_ctrl' declared here
883long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
884 ^
885src/event/ngx_event_openssl.c:248:5: warning: 'SSL_CTX_set_info_callback' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
886 SSL_CTX_set_info_callback(ssl->ctx, ngx_ssl_info_callback);
887 ^
888/usr/include/openssl/ssl.h:850:6: note: 'SSL_CTX_set_info_callback' declared here
889void SSL_CTX_set_info_callback(SSL_CTX *ctx, void (*cb)(const SSL *ssl,int type,int val)) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
890 ^
891src/event/ngx_event_openssl.c:272:11: warning: 'BIO_new_file' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
892 bio = BIO_new_file((char *) cert->data, "r");
893 ^
894/usr/include/openssl/bio.h:584:6: note: 'BIO_new_file' declared here
895BIO *BIO_new_file(const char *filename, const char *mode) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
896 ^
897src/event/ngx_event_openssl.c:283:9: warning: 'BIO_free' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
898 BIO_free(bio);
899 ^
900/usr/include/openssl/bio.h:593:5: note: 'BIO_free' declared here
901int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
902 ^
903src/event/ngx_event_openssl.c:287:9: warning: 'SSL_CTX_use_certificate' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
904 if (SSL_CTX_use_certificate(ssl->ctx, x509) == 0) {
905 ^
906/usr/include/openssl/ssl.h:1469:5: note: 'SSL_CTX_use_certificate' declared here
907int SSL_CTX_use_certificate(SSL_CTX *ctx, X509 *x) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
908 ^
909src/event/ngx_event_openssl.c:291:9: warning: 'BIO_free' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
910 BIO_free(bio);
911 ^
912/usr/include/openssl/bio.h:593:5: note: 'BIO_free' declared here
913int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
914 ^
915src/event/ngx_event_openssl.c:295:9: warning: 'SSL_CTX_set_ex_data' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
916 if (SSL_CTX_set_ex_data(ssl->ctx, ngx_ssl_certificate_index, x509)
917 ^
918/usr/include/openssl/ssl.h:1596:5: note: 'SSL_CTX_set_ex_data' declared here
919int SSL_CTX_set_ex_data(SSL_CTX *ssl,int idx,void *data) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
920 ^
921src/event/ngx_event_openssl.c:301:9: warning: 'BIO_free' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
922 BIO_free(bio);
923 ^
924/usr/include/openssl/bio.h:593:5: note: 'BIO_free' declared here
925int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
926 ^
927src/event/ngx_event_openssl.c:313:17: warning: 'ERR_peek_last_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
928 n = ERR_peek_last_error();
929 ^
930/usr/include/openssl/err.h:274:15: note: 'ERR_peek_last_error' declared here
931unsigned long ERR_peek_last_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
932 ^
933src/event/ngx_event_openssl.c:319:17: warning: 'ERR_clear_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
934 ERR_clear_error();
935 ^
936/usr/include/openssl/err.h:278:6: note: 'ERR_clear_error' declared here
937void ERR_clear_error(void ) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
938 ^
939src/event/ngx_event_openssl.c:327:13: warning: 'BIO_free' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
940 BIO_free(bio);
941 ^
942/usr/include/openssl/bio.h:593:5: note: 'BIO_free' declared here
943int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
944 ^
945src/event/ngx_event_openssl.c:331:13: warning: 'SSL_CTX_ctrl' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
946 if (SSL_CTX_add_extra_chain_cert(ssl->ctx, x509) == 0) {
947 ^
948/usr/include/openssl/ssl.h:1333:2: note: expanded from macro 'SSL_CTX_add_extra_chain_cert'
949 SSL_CTX_ctrl(ctx,SSL_CTRL_EXTRA_CHAIN_CERT,0,(char *)x509)
950 ^
951/usr/include/openssl/ssl.h:1498:6: note: 'SSL_CTX_ctrl' declared here
952long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
953 ^
954src/event/ngx_event_openssl.c:336:13: warning: 'BIO_free' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
955 BIO_free(bio);
956 ^
957/usr/include/openssl/bio.h:593:5: note: 'BIO_free' declared here
958int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
959 ^
960src/event/ngx_event_openssl.c:341:5: warning: 'BIO_free' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
961 BIO_free(bio);
962 ^
963/usr/include/openssl/bio.h:593:5: note: 'BIO_free' declared here
964int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
965 ^
966src/event/ngx_event_openssl.c:347:9: warning: 'SSL_CTX_use_PrivateKey_file' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
967 if (SSL_CTX_use_PrivateKey_file(ssl->ctx, (char *) key->data,
968 ^
969/usr/include/openssl/ssl.h:1401:5: note: 'SSL_CTX_use_PrivateKey_file' declared here
970int SSL_CTX_use_PrivateKey_file(SSL_CTX *ctx, const char *file, int type) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
971 ^
972src/event/ngx_event_openssl.c:366:5: warning: 'SSL_CTX_set_verify' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
973 SSL_CTX_set_verify(ssl->ctx, SSL_VERIFY_PEER, ngx_ssl_verify_callback);
974 ^
975/usr/include/openssl/ssl.h:1458:6: note: 'SSL_CTX_set_verify' declared here
976void SSL_CTX_set_verify(SSL_CTX *ctx,int mode,
977 ^
978src/event/ngx_event_openssl.c:368:5: warning: 'SSL_CTX_set_verify_depth' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
979 SSL_CTX_set_verify_depth(ssl->ctx, depth);
980 ^
981/usr/include/openssl/ssl.h:1460:6: note: 'SSL_CTX_set_verify_depth' declared here
982void SSL_CTX_set_verify_depth(SSL_CTX *ctx,int depth) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
983 ^
984src/event/ngx_event_openssl.c:378:9: warning: 'SSL_CTX_load_verify_locations' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
985 if (SSL_CTX_load_verify_locations(ssl->ctx, (char *) cert->data, NULL)
986 ^
987/usr/include/openssl/ssl.h:1571:5: note: 'SSL_CTX_load_verify_locations' declared here
988int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *CAfile,
989 ^
990src/event/ngx_event_openssl.c:392:5: warning: 'ERR_clear_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
991 ERR_clear_error();
992 ^
993/usr/include/openssl/err.h:278:6: note: 'ERR_clear_error' declared here
994void ERR_clear_error(void ) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
995 ^
996src/event/ngx_event_openssl.c:394:12: warning: 'SSL_load_client_CA_file' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
997 list = SSL_load_client_CA_file((char *) cert->data);
998 ^
999/usr/include/openssl/ssl.h:1404:22: note: 'SSL_load_client_CA_file' declared here
1000STACK_OF(X509_NAME) *SSL_load_client_CA_file(const char *file) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1001 ^
1002src/event/ngx_event_openssl.c:407:5: warning: 'ERR_clear_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1003 ERR_clear_error();
1004 ^
1005/usr/include/openssl/err.h:278:6: note: 'ERR_clear_error' declared here
1006void ERR_clear_error(void ) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1007 ^
1008src/event/ngx_event_openssl.c:409:5: warning: 'SSL_CTX_set_client_CA_list' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1009 SSL_CTX_set_client_CA_list(ssl->ctx, list);
1010 ^
1011/usr/include/openssl/ssl.h:1542:6: note: 'SSL_CTX_set_client_CA_list' declared here
1012void SSL_CTX_set_client_CA_list(SSL_CTX *ctx, STACK_OF(X509_NAME) *name_list) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1013 ^
1014src/event/ngx_event_openssl.c:419:5: warning: 'SSL_CTX_set_verify_depth' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1015 SSL_CTX_set_verify_depth(ssl->ctx, depth);
1016 ^
1017/usr/include/openssl/ssl.h:1460:6: note: 'SSL_CTX_set_verify_depth' declared here
1018void SSL_CTX_set_verify_depth(SSL_CTX *ctx,int depth) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1019 ^
1020src/event/ngx_event_openssl.c:429:9: warning: 'SSL_CTX_load_verify_locations' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1021 if (SSL_CTX_load_verify_locations(ssl->ctx, (char *) cert->data, NULL)
1022 ^
1023/usr/include/openssl/ssl.h:1571:5: note: 'SSL_CTX_load_verify_locations' declared here
1024int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *CAfile,
1025 ^
1026src/event/ngx_event_openssl.c:443:5: warning: 'ERR_clear_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1027 ERR_clear_error();
1028 ^
1029/usr/include/openssl/err.h:278:6: note: 'ERR_clear_error' declared here
1030void ERR_clear_error(void ) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1031 ^
1032src/event/ngx_event_openssl.c:463:13: warning: 'SSL_CTX_get_cert_store' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1033 store = SSL_CTX_get_cert_store(ssl->ctx);
1034 ^
1035/usr/include/openssl/ssl.h:1350:13: note: 'SSL_CTX_get_cert_store' declared here
1036X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1037 ^
1038src/event/ngx_event_openssl.c:471:14: warning: 'X509_STORE_add_lookup' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1039 lookup = X509_STORE_add_lookup(store, X509_LOOKUP_file());
1040 ^
1041/usr/include/openssl/x509_vfy.h:407:14: note: 'X509_STORE_add_lookup' declared here
1042X509_LOOKUP *X509_STORE_add_lookup(X509_STORE *v, X509_LOOKUP_METHOD *m) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1043 ^
1044src/event/ngx_event_openssl.c:471:43: warning: 'X509_LOOKUP_file' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1045 lookup = X509_STORE_add_lookup(store, X509_LOOKUP_file());
1046 ^
1047/usr/include/openssl/x509_vfy.h:410:21: note: 'X509_LOOKUP_file' declared here
1048X509_LOOKUP_METHOD *X509_LOOKUP_file(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1049 ^
1050src/event/ngx_event_openssl.c:479:9: warning: 'X509_LOOKUP_ctrl' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1051 if (X509_LOOKUP_load_file(lookup, (char *) crl->data, X509_FILETYPE_PEM)
1052 ^
1053/usr/include/openssl/x509_vfy.h:282:3: note: expanded from macro 'X509_LOOKUP_load_file'
1054 X509_LOOKUP_ctrl((x),X509_L_FILE_LOAD,(name),(long)(type),NULL)
1055 ^
1056/usr/include/openssl/x509_vfy.h:418:5: note: 'X509_LOOKUP_ctrl' declared here
1057int X509_LOOKUP_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc,
1058 ^
1059src/event/ngx_event_openssl.c:487:5: warning: 'X509_STORE_set_flags' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1060 X509_STORE_set_flags(store,
1061 ^
1062/usr/include/openssl/x509_vfy.h:392:5: note: 'X509_STORE_set_flags' declared here
1063int X509_STORE_set_flags(X509_STORE *ctx, unsigned long flags) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1064 ^
1065src/event/ngx_event_openssl.c:545:13: warning: 'SSL_get_ex_data' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1066 c = ngx_ssl_get_connection((ngx_ssl_conn_t *) ssl_conn);
1067 ^
1068src/event/ngx_event_openssl.h:142:5: note: expanded from macro 'ngx_ssl_get_connection'
1069 SSL_get_ex_data(ssl_conn, ngx_ssl_connection_index)
1070 ^
1071/usr/include/openssl/ssl.h:1587:7: note: 'SSL_get_ex_data' declared here
1072void *SSL_get_ex_data(const SSL *ssl,int idx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1073 ^
1074src/event/ngx_event_openssl.c:554:13: warning: 'SSL_get_ex_data' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1075 c = ngx_ssl_get_connection((ngx_ssl_conn_t *) ssl_conn);
1076 ^
1077src/event/ngx_event_openssl.h:142:5: note: expanded from macro 'ngx_ssl_get_connection'
1078 SSL_get_ex_data(ssl_conn, ngx_ssl_connection_index)
1079 ^
1080/usr/include/openssl/ssl.h:1587:7: note: 'SSL_get_ex_data' declared here
1081void *SSL_get_ex_data(const SSL *ssl,int idx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1082 ^
1083src/event/ngx_event_openssl.c:568:20: warning: 'SSL_get_rbio' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1084 rbio = SSL_get_rbio((ngx_ssl_conn_t *) ssl_conn);
1085 ^
1086/usr/include/openssl/ssl.h:1376:7: note: 'SSL_get_rbio' declared here
1087BIO * SSL_get_rbio(const SSL *s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1088 ^
1089src/event/ngx_event_openssl.c:569:20: warning: 'SSL_get_wbio' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1090 wbio = SSL_get_wbio((ngx_ssl_conn_t *) ssl_conn);
1091 ^
1092/usr/include/openssl/ssl.h:1377:7: note: 'SSL_get_wbio' declared here
1093BIO * SSL_get_wbio(const SSL *s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1094 ^
1095src/event/ngx_event_openssl.c:572:24: warning: 'BIO_int_ctrl' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1096 (void) BIO_set_write_buffer_size(wbio, NGX_SSL_BUFSIZE);
1097 ^
1098/usr/include/openssl/bio.h:514:43: note: expanded from macro 'BIO_set_write_buffer_size'
1099#define BIO_set_write_buffer_size(b,size) BIO_int_ctrl(b,BIO_C_SET_BUFF_SIZE,size,1)
1100 ^
1101/usr/include/openssl/bio.h:603:6: note: 'BIO_int_ctrl' declared here
1102long BIO_int_ctrl(BIO *bp,int cmd,long larg,int iarg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1103 ^
1104src/event/ngx_event_openssl.c:588:19: warning: 'RSA_generate_key' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1105 key = RSA_generate_key(512, RSA_F4, NULL, NULL);
1106 ^
1107/usr/include/openssl/rsa.h:260:7: note: 'RSA_generate_key' declared here
1108RSA * RSA_generate_key(int bits, unsigned long e,void
1109 ^
1110src/event/ngx_event_openssl.c:629:14: warning: 'DH_new' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1111 dh = DH_new();
1112 ^
1113/usr/include/openssl/dh.h:184:6: note: 'DH_new' declared here
1114DH * DH_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1115 ^
1116src/event/ngx_event_openssl.c:635:17: warning: 'BN_bin2bn' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1117 dh->p = BN_bin2bn(dh1024_p, sizeof(dh1024_p), NULL);
1118 ^
1119/usr/include/openssl/bn.h:422:9: note: 'BN_bin2bn' declared here
1120BIGNUM *BN_bin2bn(const unsigned char *s,int len,BIGNUM *ret) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1121 ^
1122src/event/ngx_event_openssl.c:636:17: warning: 'BN_bin2bn' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1123 dh->g = BN_bin2bn(dh1024_g, sizeof(dh1024_g), NULL);
1124 ^
1125/usr/include/openssl/bn.h:422:9: note: 'BN_bin2bn' declared here
1126BIGNUM *BN_bin2bn(const unsigned char *s,int len,BIGNUM *ret) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1127 ^
1128src/event/ngx_event_openssl.c:640:13: warning: 'DH_free' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1129 DH_free(dh);
1130 ^
1131/usr/include/openssl/dh.h:185:6: note: 'DH_free' declared here
1132void DH_free(DH *dh) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1133 ^
1134src/event/ngx_event_openssl.c:644:9: warning: 'SSL_CTX_ctrl' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1135 SSL_CTX_set_tmp_dh(ssl->ctx, dh);
1136 ^
1137/usr/include/openssl/ssl.h:1319:2: note: expanded from macro 'SSL_CTX_set_tmp_dh'
1138 SSL_CTX_ctrl(ctx,SSL_CTRL_SET_TMP_DH,0,(char *)dh)
1139 ^
1140/usr/include/openssl/ssl.h:1498:6: note: 'SSL_CTX_ctrl' declared here
1141long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1142 ^
1143src/event/ngx_event_openssl.c:646:9: warning: 'DH_free' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1144 DH_free(dh);
1145 ^
1146/usr/include/openssl/dh.h:185:6: note: 'DH_free' declared here
1147void DH_free(DH *dh) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1148 ^
1149src/event/ngx_event_openssl.c:655:11: warning: 'BIO_new_file' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1150 bio = BIO_new_file((char *) file->data, "r");
1151 ^
1152/usr/include/openssl/bio.h:584:6: note: 'BIO_new_file' declared here
1153BIO *BIO_new_file(const char *filename, const char *mode) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1154 ^
1155src/event/ngx_event_openssl.c:666:9: warning: 'BIO_free' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1156 BIO_free(bio);
1157 ^
1158/usr/include/openssl/bio.h:593:5: note: 'BIO_free' declared here
1159int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1160 ^
1161src/event/ngx_event_openssl.c:670:5: warning: 'SSL_CTX_ctrl' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1162 SSL_CTX_set_tmp_dh(ssl->ctx, dh);
1163 ^
1164/usr/include/openssl/ssl.h:1319:2: note: expanded from macro 'SSL_CTX_set_tmp_dh'
1165 SSL_CTX_ctrl(ctx,SSL_CTRL_SET_TMP_DH,0,(char *)dh)
1166 ^
1167/usr/include/openssl/ssl.h:1498:6: note: 'SSL_CTX_ctrl' declared here
1168long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1169 ^
1170src/event/ngx_event_openssl.c:672:5: warning: 'DH_free' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1171 DH_free(dh);
1172 ^
1173/usr/include/openssl/dh.h:185:6: note: 'DH_free' declared here
1174void DH_free(DH *dh) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1175 ^
1176src/event/ngx_event_openssl.c:673:5: warning: 'BIO_free' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1177 BIO_free(bio);
1178 ^
1179/usr/include/openssl/bio.h:593:5: note: 'BIO_free' declared here
1180int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1181 ^
1182src/event/ngx_event_openssl.c:694:11: warning: 'OBJ_sn2nid' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1183 nid = OBJ_sn2nid((const char *) name->data);
1184 ^
1185/usr/include/openssl/objects.h:1014:6: note: 'OBJ_sn2nid' declared here
1186int OBJ_sn2nid(const char *s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1187 ^
1188src/event/ngx_event_openssl.c:701:12: warning: 'EC_KEY_new_by_curve_name' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1189 ecdh = EC_KEY_new_by_curve_name(nid);
1190 ^
1191/usr/include/openssl/ec.h:306:9: note: 'EC_KEY_new_by_curve_name' declared here
1192EC_KEY *EC_KEY_new_by_curve_name(int nid) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1193 ^
1194src/event/ngx_event_openssl.c:708:5: warning: 'SSL_CTX_ctrl' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1195 SSL_CTX_set_options(ssl->ctx, SSL_OP_SINGLE_ECDH_USE);
1196 ^
1197/usr/include/openssl/ssl.h:571:2: note: expanded from macro 'SSL_CTX_set_options'
1198 SSL_CTX_ctrl((ctx),SSL_CTRL_OPTIONS,(op),NULL)
1199 ^
1200/usr/include/openssl/ssl.h:1498:6: note: 'SSL_CTX_ctrl' declared here
1201long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1202 ^
1203src/event/ngx_event_openssl.c:710:5: warning: 'SSL_CTX_ctrl' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1204 SSL_CTX_set_tmp_ecdh(ssl->ctx, ecdh);
1205 ^
1206/usr/include/openssl/ssl.h:1321:2: note: expanded from macro 'SSL_CTX_set_tmp_ecdh'
1207 SSL_CTX_ctrl(ctx,SSL_CTRL_SET_TMP_ECDH,0,(char *)ecdh)
1208 ^
1209/usr/include/openssl/ssl.h:1498:6: note: 'SSL_CTX_ctrl' declared here
1210long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1211 ^
1212src/event/ngx_event_openssl.c:712:5: warning: 'EC_KEY_free' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1213 EC_KEY_free(ecdh);
1214 ^
1215/usr/include/openssl/ec.h:307:6: note: 'EC_KEY_free' declared here
1216void EC_KEY_free(EC_KEY *) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1217 ^
1218src/event/ngx_event_openssl.c:733:22: warning: 'SSL_new' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1219 sc->connection = SSL_new(ssl->ctx);
1220 ^
1221/usr/include/openssl/ssl.h:1481:7: note: 'SSL_new' declared here
1222SSL * SSL_new(SSL_CTX *ctx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1223 ^
1224src/event/ngx_event_openssl.c:740:9: warning: 'SSL_set_fd' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1225 if (SSL_set_fd(sc->connection, c->fd) == 0) {
1226 ^
1227/usr/include/openssl/ssl.h:1370:5: note: 'SSL_set_fd' declared here
1228int SSL_set_fd(SSL *s, int fd) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1229 ^
1230src/event/ngx_event_openssl.c:746:9: warning: 'SSL_set_connect_state' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1231 SSL_set_connect_state(sc->connection);
1232 ^
1233/usr/include/openssl/ssl.h:1548:6: note: 'SSL_set_connect_state' declared here
1234void SSL_set_connect_state(SSL *s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1235 ^
1236src/event/ngx_event_openssl.c:749:9: warning: 'SSL_set_accept_state' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1237 SSL_set_accept_state(sc->connection);
1238 ^
1239/usr/include/openssl/ssl.h:1549:6: note: 'SSL_set_accept_state' declared here
1240void SSL_set_accept_state(SSL *s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1241 ^
1242src/event/ngx_event_openssl.c:752:9: warning: 'SSL_set_ex_data' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1243 if (SSL_set_ex_data(sc->connection, ngx_ssl_connection_index, c) == 0) {
1244 ^
1245/usr/include/openssl/ssl.h:1586:5: note: 'SSL_set_ex_data' declared here
1246int SSL_set_ex_data(SSL *ssl,int idx,void *data) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1247 ^
1248src/event/ngx_event_openssl.c:767:13: warning: 'SSL_set_session' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1249 if (SSL_set_session(c->ssl->connection, session) == 0) {
1250 ^
1251/usr/include/openssl/ssl.h:1439:5: note: 'SSL_set_session' declared here
1252int SSL_set_session(SSL *to, SSL_SESSION *session) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1253 ^
1254src/event/ngx_event_openssl.c:785:9: warning: 'SSL_do_handshake' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1255 n = SSL_do_handshake(c->ssl->connection);
1256 ^
1257/usr/include/openssl/ssl.h:1529:5: note: 'SSL_do_handshake' declared here
1258int SSL_do_handshake(SSL *s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1259 ^
1260src/event/ngx_event_openssl.c:861:14: warning: 'SSL_get_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1261 sslerr = SSL_get_error(c->ssl->connection, n);
1262 ^
1263/usr/include/openssl/ssl.h:1501:5: note: 'SSL_get_error' declared here
1264int SSL_get_error(const SSL *s,int ret_code) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1265 ^
1266src/event/ngx_event_openssl.c:903:44: warning: 'ERR_peek_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1267 if (sslerr == SSL_ERROR_ZERO_RETURN || ERR_peek_error() == 0) {
1268 ^
1269/usr/include/openssl/err.h:270:15: note: 'ERR_peek_error' declared here
1270unsigned long ERR_peek_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1271 ^
1272src/event/ngx_event_openssl.c:1016:13: warning: 'SSL_read' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1273 n = SSL_read(c->ssl->connection, buf, size);
1274 ^
1275/usr/include/openssl/ssl.h:1493:6: note: 'SSL_read' declared here
1276int SSL_read(SSL *ssl,void *buf,int num) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1277 ^
1278src/event/ngx_event_openssl.c:1082:16: warning: 'ERR_peek_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1279 while (ERR_peek_error()) {
1280 ^
1281/usr/include/openssl/err.h:270:15: note: 'ERR_peek_error' declared here
1282unsigned long ERR_peek_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1283 ^
1284src/event/ngx_event_openssl.c:1087:9: warning: 'ERR_clear_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1285 ERR_clear_error();
1286 ^
1287/usr/include/openssl/err.h:278:6: note: 'ERR_clear_error' declared here
1288void ERR_clear_error(void ) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1289 ^
1290src/event/ngx_event_openssl.c:1113:14: warning: 'SSL_get_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1291 sslerr = SSL_get_error(c->ssl->connection, n);
1292 ^
1293/usr/include/openssl/ssl.h:1501:5: note: 'SSL_get_error' declared here
1294int SSL_get_error(const SSL *s,int ret_code) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1295 ^
1296src/event/ngx_event_openssl.c:1150:44: warning: 'ERR_peek_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1297 if (sslerr == SSL_ERROR_ZERO_RETURN || ERR_peek_error() == 0) {
1298 ^
1299/usr/include/openssl/err.h:270:15: note: 'ERR_peek_error' declared here
1300unsigned long ERR_peek_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1301 ^
1302src/event/ngx_event_openssl.c:1348:9: warning: 'SSL_write' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1303 n = SSL_write(c->ssl->connection, data, size);
1304 ^
1305/usr/include/openssl/ssl.h:1495:6: note: 'SSL_write' declared here
1306int SSL_write(SSL *ssl,const void *buf,int num) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1307 ^
1308src/event/ngx_event_openssl.c:1370:14: warning: 'SSL_get_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1309 sslerr = SSL_get_error(c->ssl->connection, n);
1310 ^
1311/usr/include/openssl/ssl.h:1501:5: note: 'SSL_get_error' declared here
1312int SSL_get_error(const SSL *s,int ret_code) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1313 ^
1314src/event/ngx_event_openssl.c:1445:9: warning: 'SSL_set_quiet_shutdown' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1315 SSL_set_quiet_shutdown(c->ssl->connection, 1);
1316 ^
1317/usr/include/openssl/ssl.h:1565:6: note: 'SSL_set_quiet_shutdown' declared here
1318void SSL_set_quiet_shutdown(SSL *ssl,int mode) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1319 ^
1320src/event/ngx_event_openssl.c:1448:16: warning: 'SSL_get_shutdown' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1321 mode = SSL_get_shutdown(c->ssl->connection);
1322 ^
1323/usr/include/openssl/ssl.h:1568:5: note: 'SSL_get_shutdown' declared here
1324int SSL_get_shutdown(const SSL *ssl) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1325 ^
1326src/event/ngx_event_openssl.c:1459:13: warning: 'SSL_set_quiet_shutdown' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1327 SSL_set_quiet_shutdown(c->ssl->connection, 1);
1328 ^
1329/usr/include/openssl/ssl.h:1565:6: note: 'SSL_set_quiet_shutdown' declared here
1330void SSL_set_quiet_shutdown(SSL *ssl,int mode) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1331 ^
1332src/event/ngx_event_openssl.c:1463:5: warning: 'SSL_set_shutdown' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1333 SSL_set_shutdown(c->ssl->connection, mode);
1334 ^
1335/usr/include/openssl/ssl.h:1567:6: note: 'SSL_set_shutdown' declared here
1336void SSL_set_shutdown(SSL *ssl,int mode) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1337 ^
1338src/event/ngx_event_openssl.c:1467:9: warning: 'SSL_shutdown' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1339 n = SSL_shutdown(c->ssl->connection);
1340 ^
1341/usr/include/openssl/ssl.h:1532:5: note: 'SSL_shutdown' declared here
1342int SSL_shutdown(SSL *s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1343 ^
1344src/event/ngx_event_openssl.c:1475:19: warning: 'ERR_peek_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1345 if (n != 1 && ERR_peek_error()) {
1346 ^
1347/usr/include/openssl/err.h:270:15: note: 'ERR_peek_error' declared here
1348unsigned long ERR_peek_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1349 ^
1350src/event/ngx_event_openssl.c:1476:18: warning: 'SSL_get_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1351 sslerr = SSL_get_error(c->ssl->connection, n);
1352 ^
1353/usr/include/openssl/ssl.h:1501:5: note: 'SSL_get_error' declared here
1354int SSL_get_error(const SSL *s,int ret_code) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1355 ^
1356src/event/ngx_event_openssl.c:1483:9: warning: 'SSL_free' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1357 SSL_free(c->ssl->connection);
1358 ^
1359/usr/include/openssl/ssl.h:1490:6: note: 'SSL_free' declared here
1360void SSL_free(SSL *ssl) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1361 ^
1362src/event/ngx_event_openssl.c:1512:5: warning: 'SSL_free' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1363 SSL_free(c->ssl->connection);
1364 ^
1365/usr/include/openssl/ssl.h:1490:6: note: 'SSL_free' declared here
1366void SSL_free(SSL *ssl) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1367 ^
1368src/event/ngx_event_openssl.c:1581:28: warning: 'ERR_peek_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1369 n = ERR_GET_REASON(ERR_peek_error());
1370 ^
1371/usr/include/openssl/err.h:190:34: note: expanded from macro 'ERR_GET_REASON'
1372#define ERR_GET_REASON(l) (int)((l)&0xfffL)
1373 ^
1374/usr/include/openssl/err.h:270:15: note: 'ERR_peek_error' declared here
1375unsigned long ERR_peek_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1376 ^
1377src/event/ngx_event_openssl.c:1664:12: warning: 'ERR_peek_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1378 while (ERR_peek_error()) {
1379 ^
1380/usr/include/openssl/err.h:270:15: note: 'ERR_peek_error' declared here
1381unsigned long ERR_peek_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1382 ^
1383src/event/ngx_event_openssl.c:1668:5: warning: 'ERR_clear_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1384 ERR_clear_error();
1385 ^
1386/usr/include/openssl/err.h:278:6: note: 'ERR_clear_error' declared here
1387void ERR_clear_error(void ) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1388 ^
1389src/event/ngx_event_openssl.c:1692:13: warning: 'ERR_peek_error_line_data' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1390 n = ERR_peek_error_line_data(NULL, NULL, &data, &flags);
1391 ^
1392/usr/include/openssl/err.h:272:15: note: 'ERR_peek_error_line_data' declared here
1393unsigned long ERR_peek_error_line_data(const char **file,int *line,
1394 ^
1395src/event/ngx_event_openssl.c:1704:9: warning: 'ERR_error_string_n' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1396 ERR_error_string_n(n, (char *) p, last - p);
1397 ^
1398/usr/include/openssl/err.h:280:6: note: 'ERR_error_string_n' declared here
1399void ERR_error_string_n(unsigned long e, char *buf, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1400 ^
1401src/event/ngx_event_openssl.c:1717:16: warning: 'ERR_get_error' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1402 (void) ERR_get_error();
1403 ^
1404/usr/include/openssl/err.h:266:15: note: 'ERR_get_error' declared here
1405unsigned long ERR_get_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1406 ^
1407src/event/ngx_event_openssl.c:1730:5: warning: 'SSL_CTX_set_timeout' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1408 SSL_CTX_set_timeout(ssl->ctx, (long) timeout);
1409 ^
1410/usr/include/openssl/ssl.h:1348:6: note: 'SSL_CTX_set_timeout' declared here
1411long SSL_CTX_set_timeout(SSL_CTX *ctx,long t) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1412 ^
1413src/event/ngx_event_openssl.c:1733:9: warning: 'SSL_CTX_ctrl' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1414 SSL_CTX_set_session_cache_mode(ssl->ctx, SSL_SESS_CACHE_OFF);
1415 ^
1416/usr/include/openssl/ssl.h:1608:2: note: expanded from macro 'SSL_CTX_set_session_cache_mode'
1417 SSL_CTX_ctrl(ctx,SSL_CTRL_SET_SESS_CACHE_MODE,m,NULL)
1418 ^
1419/usr/include/openssl/ssl.h:1498:6: note: 'SSL_CTX_ctrl' declared here
1420long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1421 ^
1422src/event/ngx_event_openssl.c:1737:5: warning: 'SSL_CTX_set_session_id_context' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1423 SSL_CTX_set_session_id_context(ssl->ctx, sess_ctx->data, sess_ctx->len);
1424 ^
1425/usr/include/openssl/ssl.h:1478:5: note: 'SSL_CTX_set_session_id_context' declared here
1426int SSL_CTX_set_session_id_context(SSL_CTX *ctx,const unsigned char *sid_ctx,
1427 ^
1428src/event/ngx_event_openssl.c:1752:9: warning: 'SSL_CTX_ctrl' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1429 SSL_CTX_set_session_cache_mode(ssl->ctx,
1430 ^
1431/usr/include/openssl/ssl.h:1608:2: note: expanded from macro 'SSL_CTX_set_session_cache_mode'
1432 SSL_CTX_ctrl(ctx,SSL_CTRL_SET_SESS_CACHE_MODE,m,NULL)
1433 ^
1434/usr/include/openssl/ssl.h:1498:6: note: 'SSL_CTX_ctrl' declared here
1435long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1436 ^
1437src/event/ngx_event_openssl.c:1757:9: warning: 'SSL_CTX_ctrl' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1438 SSL_CTX_sess_set_cache_size(ssl->ctx, 1);
1439 ^
1440/usr/include/openssl/ssl.h:1604:2: note: expanded from macro 'SSL_CTX_sess_set_cache_size'
1441 SSL_CTX_ctrl(ctx,SSL_CTRL_SET_SESS_CACHE_SIZE,t,NULL)
1442 ^
1443/usr/include/openssl/ssl.h:1498:6: note: 'SSL_CTX_ctrl' declared here
1444long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1445 ^
1446src/event/ngx_event_openssl.c:1768:5: warning: 'SSL_CTX_ctrl' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1447 SSL_CTX_set_session_cache_mode(ssl->ctx, cache_mode);
1448 ^
1449/usr/include/openssl/ssl.h:1608:2: note: expanded from macro 'SSL_CTX_set_session_cache_mode'
1450 SSL_CTX_ctrl(ctx,SSL_CTRL_SET_SESS_CACHE_MODE,m,NULL)
1451 ^
1452/usr/include/openssl/ssl.h:1498:6: note: 'SSL_CTX_ctrl' declared here
1453long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1454 ^
1455src/event/ngx_event_openssl.c:1773:13: warning: 'SSL_CTX_ctrl' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1456 SSL_CTX_sess_set_cache_size(ssl->ctx, builtin_session_cache);
1457 ^
1458/usr/include/openssl/ssl.h:1604:2: note: expanded from macro 'SSL_CTX_sess_set_cache_size'
1459 SSL_CTX_ctrl(ctx,SSL_CTRL_SET_SESS_CACHE_SIZE,t,NULL)
1460 ^
1461/usr/include/openssl/ssl.h:1498:6: note: 'SSL_CTX_ctrl' declared here
1462long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1463 ^
1464src/event/ngx_event_openssl.c:1778:9: warning: 'SSL_CTX_sess_set_new_cb' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1465 SSL_CTX_sess_set_new_cb(ssl->ctx, ngx_ssl_new_session);
1466 ^
1467/usr/include/openssl/ssl.h:844:6: note: 'SSL_CTX_sess_set_new_cb' declared here
1468void SSL_CTX_sess_set_new_cb(SSL_CTX *ctx, int (*new_session_cb)(struct ssl_st *ssl,SSL_SESSION *sess)) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1469 ^
1470src/event/ngx_event_openssl.c:1779:9: warning: 'SSL_CTX_sess_set_get_cb' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1471 SSL_CTX_sess_set_get_cb(ssl->ctx, ngx_ssl_get_cached_session);
1472 ^
1473/usr/include/openssl/ssl.h:848:6: note: 'SSL_CTX_sess_set_get_cb' declared here
1474void SSL_CTX_sess_set_get_cb(SSL_CTX *ctx, SSL_SESSION *(*get_session_cb)(struct ssl_st *ssl, unsigned char *data,int len,int *copy)) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1475 ^
1476src/event/ngx_event_openssl.c:1780:9: warning: 'SSL_CTX_sess_set_remove_cb' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1477 SSL_CTX_sess_set_remove_cb(ssl->ctx, ngx_ssl_remove_session);
1478 ^
1479/usr/include/openssl/ssl.h:846:6: note: 'SSL_CTX_sess_set_remove_cb' declared here
1480void SSL_CTX_sess_set_remove_cb(SSL_CTX *ctx, void (*remove_session_cb)(struct ssl_ctx_st *ctx,SSL_SESSION *sess)) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1481 ^
1482src/event/ngx_event_openssl.c:1782:13: warning: 'SSL_CTX_set_ex_data' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1483 if (SSL_CTX_set_ex_data(ssl->ctx, ngx_ssl_session_cache_index, shm_zone)
1484 ^
1485/usr/include/openssl/ssl.h:1596:5: note: 'SSL_CTX_set_ex_data' declared here
1486int SSL_CTX_set_ex_data(SSL_CTX *ssl,int idx,void *data) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1487 ^
1488src/event/ngx_event_openssl.c:1874:11: warning: 'i2d_SSL_SESSION' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1489 len = i2d_SSL_SESSION(sess, NULL);
1490 ^
1491/usr/include/openssl/ssl.h:1438:5: note: 'i2d_SSL_SESSION' declared here
1492int i2d_SSL_SESSION(SSL_SESSION *in,unsigned char **pp) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1493 ^
1494src/event/ngx_event_openssl.c:1883:5: warning: 'i2d_SSL_SESSION' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1495 i2d_SSL_SESSION(sess, &p);
1496 ^
1497/usr/include/openssl/ssl.h:1438:5: note: 'i2d_SSL_SESSION' declared here
1498int i2d_SSL_SESSION(SSL_SESSION *in,unsigned char **pp) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1499 ^
1500src/event/ngx_event_openssl.c:1885:9: warning: 'SSL_get_ex_data' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1501 c = ngx_ssl_get_connection(ssl_conn);
1502 ^
1503src/event/ngx_event_openssl.h:142:5: note: expanded from macro 'ngx_ssl_get_connection'
1504 SSL_get_ex_data(ssl_conn, ngx_ssl_connection_index)
1505 ^
1506/usr/include/openssl/ssl.h:1587:7: note: 'SSL_get_ex_data' declared here
1507void *SSL_get_ex_data(const SSL *ssl,int idx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1508 ^
1509src/event/ngx_event_openssl.c:1887:15: warning: 'SSL_get_SSL_CTX' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1510 ssl_ctx = SSL_get_SSL_CTX(ssl_conn);
1511 ^
1512/usr/include/openssl/ssl.h:1576:10: note: 'SSL_get_SSL_CTX' declared here
1513SSL_CTX *SSL_get_SSL_CTX(const SSL *ssl) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1514 ^
1515src/event/ngx_event_openssl.c:1888:16: warning: 'SSL_CTX_get_ex_data' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1516 shm_zone = SSL_CTX_get_ex_data(ssl_ctx, ngx_ssl_session_cache_index);
1517 ^
1518/usr/include/openssl/ssl.h:1597:7: note: 'SSL_CTX_get_ex_data' declared here
1519void *SSL_CTX_get_ex_data(const SSL_CTX *ssl,int idx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1520 ^
1521src/event/ngx_event_openssl.c:1968:36: warning: 'SSL_CTX_get_timeout' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1522 sess_id->expire = ngx_time() + SSL_CTX_get_timeout(ssl_ctx);
1523 ^
1524/usr/include/openssl/ssl.h:1349:6: note: 'SSL_CTX_get_timeout' declared here
1525long SSL_CTX_get_timeout(const SSL_CTX *ctx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1526 ^
1527src/event/ngx_event_openssl.c:2028:16: warning: 'SSL_CTX_get_ex_data' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1528 shm_zone = SSL_CTX_get_ex_data(SSL_get_SSL_CTX(ssl_conn),
1529 ^
1530/usr/include/openssl/ssl.h:1597:7: note: 'SSL_CTX_get_ex_data' declared here
1531void *SSL_CTX_get_ex_data(const SSL_CTX *ssl,int idx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1532 ^
1533src/event/ngx_event_openssl.c:2028:36: warning: 'SSL_get_SSL_CTX' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1534 shm_zone = SSL_CTX_get_ex_data(SSL_get_SSL_CTX(ssl_conn),
1535 ^
1536/usr/include/openssl/ssl.h:1576:10: note: 'SSL_get_SSL_CTX' declared here
1537SSL_CTX *SSL_get_SSL_CTX(const SSL *ssl) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1538 ^
1539src/event/ngx_event_openssl.c:2068:24: warning: 'd2i_SSL_SESSION' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1540 sess = d2i_SSL_SESSION(NULL, &p, sess_id->len);
1541 ^
1542/usr/include/openssl/ssl.h:1446:14: note: 'd2i_SSL_SESSION' declared here
1543SSL_SESSION *d2i_SSL_SESSION(SSL_SESSION **a,const unsigned char **pp,
1544 ^
1545src/event/ngx_event_openssl.c:2102:6: warning: 'SSL_CTX_remove_session' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1546 SSL_CTX_remove_session(ssl, sess);
1547 ^
1548/usr/include/openssl/ssl.h:1441:5: note: 'SSL_CTX_remove_session' declared here
1549int SSL_CTX_remove_session(SSL_CTX *,SSL_SESSION *c) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1550 ^
1551src/event/ngx_event_openssl.c:2121:16: warning: 'SSL_CTX_get_ex_data' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1552 shm_zone = SSL_CTX_get_ex_data(ssl, ngx_ssl_session_cache_index);
1553 ^
1554/usr/include/openssl/ssl.h:1597:7: note: 'SSL_CTX_get_ex_data' declared here
1555void *SSL_CTX_get_ex_data(const SSL_CTX *ssl,int idx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1556 ^
1557src/event/ngx_event_openssl.c:2352:9: warning: 'SSL_CTX_set_ex_data' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1558 if (SSL_CTX_set_ex_data(ssl->ctx, ngx_ssl_session_ticket_keys_index, keys)
1559 ^
1560/usr/include/openssl/ssl.h:1596:5: note: 'SSL_CTX_set_ex_data' declared here
1561int SSL_CTX_set_ex_data(SSL_CTX *ssl,int idx,void *data) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1562 ^
1563src/event/ngx_event_openssl.c:2360:9: warning: 'SSL_CTX_callback_ctrl' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1564 if (SSL_CTX_set_tlsext_ticket_key_cb(ssl->ctx,
1565 ^
1566/usr/include/openssl/tls1.h:185:51: note: expanded from macro 'SSL_CTX_set_tlsext_ticket_key_cb'
1567#define SSL_CTX_set_tlsext_ticket_key_cb(ssl, cb) \
1568 ^
1569/usr/include/openssl/ssl.h:1499:6: note: 'SSL_CTX_callback_ctrl' declared here
1570long SSL_CTX_callback_ctrl(SSL_CTX *, int, void (*)(void)) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1571 ^
1572src/event/ngx_event_openssl.c:2405:15: warning: 'SSL_get_SSL_CTX' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1573 ssl_ctx = SSL_get_SSL_CTX(ssl_conn);
1574 ^
1575/usr/include/openssl/ssl.h:1576:10: note: 'SSL_get_SSL_CTX' declared here
1576SSL_CTX *SSL_get_SSL_CTX(const SSL *ssl) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1577 ^
1578src/event/ngx_event_openssl.c:2407:12: warning: 'SSL_CTX_get_ex_data' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1579 keys = SSL_CTX_get_ex_data(ssl_ctx, ngx_ssl_session_ticket_keys_index);
1580 ^
1581/usr/include/openssl/ssl.h:1597:7: note: 'SSL_CTX_get_ex_data' declared here
1582void *SSL_CTX_get_ex_data(const SSL_CTX *ssl,int idx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1583 ^
1584src/event/ngx_event_openssl.c:2426:9: warning: 'RAND_pseudo_bytes' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1585 RAND_pseudo_bytes(iv, 16);
1586 ^
1587/usr/include/openssl/rand.h:105:6: note: 'RAND_pseudo_bytes' declared here
1588int RAND_pseudo_bytes(unsigned char *buf,int num) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1589 ^
1590src/event/ngx_event_openssl.c:2427:9: warning: 'EVP_EncryptInit_ex' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1591 EVP_EncryptInit_ex(ectx, EVP_aes_128_cbc(), NULL, key[0].aes_key, iv);
1592 ^
1593/usr/include/openssl/evp.h:580:5: note: 'EVP_EncryptInit_ex' declared here
1594int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
1595 ^
1596src/event/ngx_event_openssl.c:2427:34: warning: 'EVP_aes_128_cbc' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1597 EVP_EncryptInit_ex(ectx, EVP_aes_128_cbc(), NULL, key[0].aes_key, iv);
1598 ^
1599/usr/include/openssl/evp.h:766:19: note: 'EVP_aes_128_cbc' declared here
1600const EVP_CIPHER *EVP_aes_128_cbc(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1601 ^
1602src/event/ngx_event_openssl.c:2428:9: warning: 'HMAC_Init_ex' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1603 HMAC_Init_ex(hctx, key[0].hmac_key, 16,
1604 ^
1605/usr/include/openssl/hmac.h:97:6: note: 'HMAC_Init_ex' declared here
1606void HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,
1607 ^
1608src/event/ngx_event_openssl.c:2429:22: warning: 'EVP_sha256' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1609 ngx_ssl_session_ticket_md(), NULL);
1610 ^
1611src/event/ngx_event_openssl.c:2387:36: note: expanded from macro 'ngx_ssl_session_ticket_md'
1612#define ngx_ssl_session_ticket_md EVP_sha256
1613 ^
1614/usr/include/openssl/evp.h:673:15: note: 'EVP_sha256' declared here
1615const EVP_MD *EVP_sha256(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1616 ^
1617src/event/ngx_event_openssl.c:2456:9: warning: 'HMAC_Init_ex' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1618 HMAC_Init_ex(hctx, key[i].hmac_key, 16,
1619 ^
1620/usr/include/openssl/hmac.h:97:6: note: 'HMAC_Init_ex' declared here
1621void HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,
1622 ^
1623src/event/ngx_event_openssl.c:2457:22: warning: 'EVP_sha256' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1624 ngx_ssl_session_ticket_md(), NULL);
1625 ^
1626src/event/ngx_event_openssl.c:2387:36: note: expanded from macro 'ngx_ssl_session_ticket_md'
1627#define ngx_ssl_session_ticket_md EVP_sha256
1628 ^
1629/usr/include/openssl/evp.h:673:15: note: 'EVP_sha256' declared here
1630const EVP_MD *EVP_sha256(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1631 ^
1632src/event/ngx_event_openssl.c:2458:9: warning: 'EVP_DecryptInit_ex' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1633 EVP_DecryptInit_ex(ectx, EVP_aes_128_cbc(), NULL, key[i].aes_key, iv);
1634 ^
1635/usr/include/openssl/evp.h:589:5: note: 'EVP_DecryptInit_ex' declared here
1636int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
1637 ^
1638src/event/ngx_event_openssl.c:2458:34: warning: 'EVP_aes_128_cbc' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1639 EVP_DecryptInit_ex(ectx, EVP_aes_128_cbc(), NULL, key[i].aes_key, iv);
1640 ^
1641/usr/include/openssl/evp.h:766:19: note: 'EVP_aes_128_cbc' declared here
1642const EVP_CIPHER *EVP_aes_128_cbc(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1643 ^
1644src/event/ngx_event_openssl.c:2485:5: warning: 'SSL_CTX_free' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1645 SSL_CTX_free(ssl->ctx);
1646 ^
1647/usr/include/openssl/ssl.h:1347:6: note: 'SSL_CTX_free' declared here
1648void SSL_CTX_free(SSL_CTX *) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1649 ^
1650src/event/ngx_event_openssl.c:2492:26: warning: 'SSL_get_version' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1651 s->data = (u_char *) SSL_get_version(c->ssl->connection);
1652 ^
1653/usr/include/openssl/ssl.h:1502:13: note: 'SSL_get_version' declared here
1654const char *SSL_get_version(const SSL *s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1655 ^
1656src/event/ngx_event_openssl.c:2500:26: warning: 'SSL_CIPHER_get_name' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1657 s->data = (u_char *) SSL_get_cipher_name(c->ssl->connection);
1658 ^
1659/usr/include/openssl/ssl.h:1160:3: note: expanded from macro 'SSL_get_cipher_name'
1660 SSL_CIPHER_get_name(SSL_get_current_cipher(s))
1661 ^
1662/usr/include/openssl/ssl.h:1360:14: note: 'SSL_CIPHER_get_name' declared here
1663const char * SSL_CIPHER_get_name(const SSL_CIPHER *c) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1664 ^
1665src/event/ngx_event_openssl.c:2500:26: warning: 'SSL_get_current_cipher' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1666 s->data = (u_char *) SSL_get_cipher_name(c->ssl->connection);
1667 ^
1668/usr/include/openssl/ssl.h:1160:23: note: expanded from macro 'SSL_get_cipher_name'
1669 SSL_CIPHER_get_name(SSL_get_current_cipher(s))
1670 ^
1671/usr/include/openssl/ssl.h:1357:13: note: 'SSL_get_current_cipher' declared here
1672SSL_CIPHER *SSL_get_current_cipher(const SSL *s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1673 ^
1674src/event/ngx_event_openssl.c:2512:12: warning: 'SSL_get_session' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1675 sess = SSL_get0_session(c->ssl->connection);
1676 ^
1677/usr/include/openssl/ssl.h:1573:26: note: expanded from macro 'SSL_get0_session'
1678#define SSL_get0_session SSL_get_session /* just peek at pointer */
1679 ^
1680/usr/include/openssl/ssl.h:1574:14: note: 'SSL_get_session' declared here
1681SSL_SESSION *SSL_get_session(const SSL *ssl) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1682 ^
1683src/event/ngx_event_openssl.c:2536:9: warning: 'SSL_ctrl' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1684 if (SSL_session_reused(c->ssl->connection)) {
1685 ^
1686/usr/include/openssl/ssl.h:1306:2: note: expanded from macro 'SSL_session_reused'
1687 SSL_ctrl((ssl),SSL_CTRL_GET_SESSION_REUSED,0,NULL)
1688 ^
1689/usr/include/openssl/ssl.h:1496:6: note: 'SSL_ctrl' declared here
1690long SSL_ctrl(SSL *ssl,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1691 ^
1692src/event/ngx_event_openssl.c:2556:12: warning: 'SSL_get_peer_certificate' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1693 cert = SSL_get_peer_certificate(c->ssl->connection);
1694 ^
1695/usr/include/openssl/ssl.h:1450:8: note: 'SSL_get_peer_certificate' declared here
1696X509 * SSL_get_peer_certificate(const SSL *s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1697 ^
1698src/event/ngx_event_openssl.c:2561:11: warning: 'BIO_new' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1699 bio = BIO_new(BIO_s_mem());
1700 ^
1701/usr/include/openssl/bio.h:591:7: note: 'BIO_new' declared here
1702BIO * BIO_new(BIO_METHOD *type) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1703 ^
1704src/event/ngx_event_openssl.c:2561:19: warning: 'BIO_s_mem' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1705 bio = BIO_new(BIO_s_mem());
1706 ^
1707/usr/include/openssl/bio.h:626:13: note: 'BIO_s_mem' declared here
1708BIO_METHOD *BIO_s_mem(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1709 ^
1710src/event/ngx_event_openssl.c:2573:11: warning: 'BIO_ctrl' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1711 len = BIO_pending(bio);
1712 ^
1713/usr/include/openssl/bio.h:524:30: note: expanded from macro 'BIO_pending'
1714#define BIO_pending(b) (int)BIO_ctrl(b,BIO_CTRL_PENDING,0,NULL)
1715 ^
1716/usr/include/openssl/bio.h:600:6: note: 'BIO_ctrl' declared here
1717long BIO_ctrl(BIO *bp,int cmd,long larg,void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1718 ^
1719src/event/ngx_event_openssl.c:2581:5: warning: 'BIO_read' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1720 BIO_read(bio, s->data, len);
1721 ^
1722/usr/include/openssl/bio.h:595:5: note: 'BIO_read' declared here
1723int BIO_read(BIO *b, void *data, int len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1724 ^
1725src/event/ngx_event_openssl.c:2583:5: warning: 'BIO_free' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1726 BIO_free(bio);
1727 ^
1728/usr/include/openssl/bio.h:593:5: note: 'BIO_free' declared here
1729int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1730 ^
1731src/event/ngx_event_openssl.c:2590:5: warning: 'BIO_free' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1732 BIO_free(bio);
1733 ^
1734/usr/include/openssl/bio.h:593:5: note: 'BIO_free' declared here
1735int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1736 ^
1737src/event/ngx_event_openssl.c:2651:12: warning: 'SSL_get_peer_certificate' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1738 cert = SSL_get_peer_certificate(c->ssl->connection);
1739 ^
1740/usr/include/openssl/ssl.h:1450:8: note: 'SSL_get_peer_certificate' declared here
1741X509 * SSL_get_peer_certificate(const SSL *s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1742 ^
1743src/event/ngx_event_openssl.c:2656:12: warning: 'X509_get_subject_name' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1744 name = X509_get_subject_name(cert);
1745 ^
1746/usr/include/openssl/x509.h:1013:13: note: 'X509_get_subject_name' declared here
1747X509_NAME * X509_get_subject_name(X509 *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1748 ^
1749src/event/ngx_event_openssl.c:2662:9: warning: 'X509_NAME_oneline' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1750 p = X509_NAME_oneline(name, NULL, 0);
1751 ^
1752/usr/include/openssl/x509.h:984:9: note: 'X509_NAME_oneline' declared here
1753char * X509_NAME_oneline(X509_NAME *a,char *buf,int size) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1754 ^
1755src/event/ngx_event_openssl.c:2669:9: warning: 'CRYPTO_free' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1756 OPENSSL_free(p);
1757 ^
1758/usr/include/openssl/crypto.h:375:28: note: expanded from macro 'OPENSSL_free'
1759#define OPENSSL_free(addr) CRYPTO_free(addr)
1760 ^
1761/usr/include/openssl/crypto.h:480:6: note: 'CRYPTO_free' declared here
1762void CRYPTO_free(void *) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1763 ^
1764src/event/ngx_event_openssl.c:2676:5: warning: 'CRYPTO_free' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1765 OPENSSL_free(p);
1766 ^
1767/usr/include/openssl/crypto.h:375:28: note: expanded from macro 'OPENSSL_free'
1768#define OPENSSL_free(addr) CRYPTO_free(addr)
1769 ^
1770/usr/include/openssl/crypto.h:480:6: note: 'CRYPTO_free' declared here
1771void CRYPTO_free(void *) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1772 ^
1773src/event/ngx_event_openssl.c:2693:12: warning: 'SSL_get_peer_certificate' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1774 cert = SSL_get_peer_certificate(c->ssl->connection);
1775 ^
1776/usr/include/openssl/ssl.h:1450:8: note: 'SSL_get_peer_certificate' declared here
1777X509 * SSL_get_peer_certificate(const SSL *s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1778 ^
1779src/event/ngx_event_openssl.c:2698:12: warning: 'X509_get_issuer_name' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1780 name = X509_get_issuer_name(cert);
1781 ^
1782/usr/include/openssl/x509.h:1011:13: note: 'X509_get_issuer_name' declared here
1783X509_NAME * X509_get_issuer_name(X509 *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1784 ^
1785src/event/ngx_event_openssl.c:2704:9: warning: 'X509_NAME_oneline' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1786 p = X509_NAME_oneline(name, NULL, 0);
1787 ^
1788/usr/include/openssl/x509.h:984:9: note: 'X509_NAME_oneline' declared here
1789char * X509_NAME_oneline(X509_NAME *a,char *buf,int size) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1790 ^
1791src/event/ngx_event_openssl.c:2711:9: warning: 'CRYPTO_free' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1792 OPENSSL_free(p);
1793 ^
1794/usr/include/openssl/crypto.h:375:28: note: expanded from macro 'OPENSSL_free'
1795#define OPENSSL_free(addr) CRYPTO_free(addr)
1796 ^
1797/usr/include/openssl/crypto.h:480:6: note: 'CRYPTO_free' declared here
1798void CRYPTO_free(void *) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1799 ^
1800src/event/ngx_event_openssl.c:2718:5: warning: 'CRYPTO_free' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1801 OPENSSL_free(p);
1802 ^
1803/usr/include/openssl/crypto.h:375:28: note: expanded from macro 'OPENSSL_free'
1804#define OPENSSL_free(addr) CRYPTO_free(addr)
1805 ^
1806/usr/include/openssl/crypto.h:480:6: note: 'CRYPTO_free' declared here
1807void CRYPTO_free(void *) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1808 ^
1809src/event/ngx_event_openssl.c:2734:12: warning: 'SSL_get_peer_certificate' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1810 cert = SSL_get_peer_certificate(c->ssl->connection);
1811 ^
1812/usr/include/openssl/ssl.h:1450:8: note: 'SSL_get_peer_certificate' declared here
1813X509 * SSL_get_peer_certificate(const SSL *s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1814 ^
1815src/event/ngx_event_openssl.c:2739:11: warning: 'BIO_new' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1816 bio = BIO_new(BIO_s_mem());
1817 ^
1818/usr/include/openssl/bio.h:591:7: note: 'BIO_new' declared here
1819BIO * BIO_new(BIO_METHOD *type) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1820 ^
1821src/event/ngx_event_openssl.c:2739:19: warning: 'BIO_s_mem' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1822 bio = BIO_new(BIO_s_mem());
1823 ^
1824/usr/include/openssl/bio.h:626:13: note: 'BIO_s_mem' declared here
1825BIO_METHOD *BIO_s_mem(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1826 ^
1827src/event/ngx_event_openssl.c:2745:5: warning: 'i2a_ASN1_INTEGER' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1828 i2a_ASN1_INTEGER(bio, X509_get_serialNumber(cert));
1829 ^
1830/usr/include/openssl/asn1.h:884:5: note: 'i2a_ASN1_INTEGER' declared here
1831int i2a_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1832 ^
1833src/event/ngx_event_openssl.c:2745:27: warning: 'X509_get_serialNumber' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1834 i2a_ASN1_INTEGER(bio, X509_get_serialNumber(cert));
1835 ^
1836/usr/include/openssl/x509.h:1009:16: note: 'X509_get_serialNumber' declared here
1837ASN1_INTEGER * X509_get_serialNumber(X509 *x) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1838 ^
1839src/event/ngx_event_openssl.c:2746:11: warning: 'BIO_ctrl' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1840 len = BIO_pending(bio);
1841 ^
1842/usr/include/openssl/bio.h:524:30: note: expanded from macro 'BIO_pending'
1843#define BIO_pending(b) (int)BIO_ctrl(b,BIO_CTRL_PENDING,0,NULL)
1844 ^
1845/usr/include/openssl/bio.h:600:6: note: 'BIO_ctrl' declared here
1846long BIO_ctrl(BIO *bp,int cmd,long larg,void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1847 ^
1848src/event/ngx_event_openssl.c:2751:9: warning: 'BIO_free' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1849 BIO_free(bio);
1850 ^
1851/usr/include/openssl/bio.h:593:5: note: 'BIO_free' declared here
1852int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1853 ^
1854src/event/ngx_event_openssl.c:2756:5: warning: 'BIO_read' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1855 BIO_read(bio, s->data, len);
1856 ^
1857/usr/include/openssl/bio.h:595:5: note: 'BIO_read' declared here
1858int BIO_read(BIO *b, void *data, int len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1859 ^
1860src/event/ngx_event_openssl.c:2757:5: warning: 'BIO_free' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1861 BIO_free(bio);
1862 ^
1863/usr/include/openssl/bio.h:593:5: note: 'BIO_free' declared here
1864int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1865 ^
1866src/event/ngx_event_openssl.c:2769:9: warning: 'SSL_get_verify_result' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1867 if (SSL_get_verify_result(c->ssl->connection) != X509_V_OK) {
1868 ^
1869/usr/include/openssl/ssl.h:1584:6: note: 'SSL_get_verify_result' declared here
1870long SSL_get_verify_result(const SSL *ssl) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1871 ^
1872src/event/ngx_event_openssl.c:2774:12: warning: 'SSL_get_peer_certificate' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1873 cert = SSL_get_peer_certificate(c->ssl->connection);
1874 ^
1875/usr/include/openssl/ssl.h:1450:8: note: 'SSL_get_peer_certificate' declared here
1876X509 * SSL_get_peer_certificate(const SSL *s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1877 ^
1878src/event/ngx_event_openssl.c:2825:14: warning: 'ENGINE_by_id' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1879 engine = ENGINE_by_id((const char *) value[1].data);
1880 ^
1881/usr/include/openssl/engine.h:324:9: note: 'ENGINE_by_id' declared here
1882ENGINE *ENGINE_by_id(const char *id) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1883 ^
1884src/event/ngx_event_openssl.c:2833:9: warning: 'ENGINE_set_default' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1885 if (ENGINE_set_default(engine, ENGINE_METHOD_ALL) == 0) {
1886 ^
1887/usr/include/openssl/engine.h:588:5: note: 'ENGINE_set_default' declared here
1888int ENGINE_set_default(ENGINE *e, unsigned int flags) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1889 ^
1890src/event/ngx_event_openssl.c:2838:9: warning: 'ENGINE_free' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1891 ENGINE_free(engine);
1892 ^
1893/usr/include/openssl/engine.h:457:5: note: 'ENGINE_free' declared here
1894int ENGINE_free(ENGINE *e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1895 ^
1896src/event/ngx_event_openssl.c:2843:5: warning: 'ENGINE_free' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1897 ENGINE_free(engine);
1898 ^
1899/usr/include/openssl/engine.h:457:5: note: 'ENGINE_free' declared here
1900int ENGINE_free(ENGINE *e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1901 ^
1902src/event/ngx_event_openssl.c:2852:5: warning: 'EVP_cleanup' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1903 EVP_cleanup();
1904 ^
1905/usr/include/openssl/evp.h:850:6: note: 'EVP_cleanup' declared here
1906void EVP_cleanup(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1907 ^
1908src/event/ngx_event_openssl.c:2853:5: warning: 'ENGINE_cleanup' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1909 ENGINE_cleanup();
1910 ^
1911/usr/include/openssl/engine.h:490:6: note: 'ENGINE_cleanup' declared here
1912void ENGINE_cleanup(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1913 ^
1914187 warnings generated.
1915cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
1916 -o objs/src/event/ngx_event_openssl_stapling.o \
1917 src/event/ngx_event_openssl_stapling.c
1918src/event/ngx_event_openssl_stapling.c:138:9: warning: 'SSL_CTX_set_ex_data' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1919 if (SSL_CTX_set_ex_data(ssl->ctx, ngx_ssl_stapling_index, staple)
1920 ^
1921/usr/include/openssl/ssl.h:1596:5: note: 'SSL_CTX_set_ex_data' declared here
1922int SSL_CTX_set_ex_data(SSL_CTX *ssl,int idx,void *data) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1923 ^
1924src/event/ngx_event_openssl_stapling.c:182:5: warning: 'SSL_CTX_callback_ctrl' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1925 SSL_CTX_set_tlsext_status_cb(ssl->ctx, ngx_ssl_certificate_status_callback);
1926 ^
1927/usr/include/openssl/tls1.h:179:47: note: expanded from macro 'SSL_CTX_set_tlsext_status_cb'
1928#define SSL_CTX_set_tlsext_status_cb(ssl, cb) \
1929 ^
1930/usr/include/openssl/ssl.h:1499:6: note: 'SSL_CTX_callback_ctrl' declared here
1931long SSL_CTX_callback_ctrl(SSL_CTX *, int, void (*)(void)) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1932 ^
1933src/event/ngx_event_openssl_stapling.c:183:5: warning: 'SSL_CTX_ctrl' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1934 SSL_CTX_set_tlsext_status_arg(ssl->ctx, staple);
1935 ^
1936/usr/include/openssl/tls1.h:182:49: note: expanded from macro 'SSL_CTX_set_tlsext_status_arg'
1937#define SSL_CTX_set_tlsext_status_arg(ssl, arg) \
1938 ^
1939/usr/include/openssl/ssl.h:1498:6: note: 'SSL_CTX_ctrl' declared here
1940long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1941 ^
1942src/event/ngx_event_openssl_stapling.c:198:14: warning: 'SSL_CTX_get_ex_data' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1943 staple = SSL_CTX_get_ex_data(ssl->ctx, ngx_ssl_stapling_index);
1944 ^
1945/usr/include/openssl/ssl.h:1597:7: note: 'SSL_CTX_get_ex_data' declared here
1946void *SSL_CTX_get_ex_data(const SSL_CTX *ssl,int idx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1947 ^
1948src/event/ngx_event_openssl_stapling.c:204:11: warning: 'BIO_new_file' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1949 bio = BIO_new_file((char *) file->data, "r");
1950 ^
1951/usr/include/openssl/bio.h:584:6: note: 'BIO_new_file' declared here
1952BIO *BIO_new_file(const char *filename, const char *mode) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1953 ^
1954src/event/ngx_event_openssl_stapling.c:211:16: warning: 'ASN1_d2i_bio' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1955 response = d2i_OCSP_RESPONSE_bio(bio, NULL);
1956 ^
1957/usr/include/openssl/ocsp.h:360:37: note: expanded from macro 'd2i_OCSP_RESPONSE_bio'
1958#define d2i_OCSP_RESPONSE_bio(bp,p) ASN1_d2i_bio_of(OCSP_RESPONSE,OCSP_RESPONSE_new,d2i_OCSP_RESPONSE,bp,p)
1959 ^
1960/usr/include/openssl/asn1.h:987:13: note: expanded from macro 'ASN1_d2i_bio_of'
1961 ((type*)ASN1_d2i_bio( CHECKED_NEW_OF(type, xnew), \
1962 ^
1963/usr/include/openssl/asn1.h:984:7: note: 'ASN1_d2i_bio' declared here
1964void *ASN1_d2i_bio(void *(*xnew)(void), d2i_of_void *d2i, BIO *in, void **x) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1965 ^
1966src/event/ngx_event_openssl_stapling.c:215:9: warning: 'BIO_free' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1967 BIO_free(bio);
1968 ^
1969/usr/include/openssl/bio.h:593:5: note: 'BIO_free' declared here
1970int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1971 ^
1972src/event/ngx_event_openssl_stapling.c:241:5: warning: 'BIO_free' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1973 BIO_free(bio);
1974 ^
1975/usr/include/openssl/bio.h:593:5: note: 'BIO_free' declared here
1976int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1977 ^
1978src/event/ngx_event_openssl_stapling.c:251:5: warning: 'BIO_free' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1979 BIO_free(bio);
1980 ^
1981/usr/include/openssl/bio.h:593:5: note: 'BIO_free' declared here
1982int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1983 ^
1984src/event/ngx_event_openssl_stapling.c:267:14: warning: 'SSL_CTX_get_ex_data' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1985 staple = SSL_CTX_get_ex_data(ssl->ctx, ngx_ssl_stapling_index);
1986 ^
1987/usr/include/openssl/ssl.h:1597:7: note: 'SSL_CTX_get_ex_data' declared here
1988void *SSL_CTX_get_ex_data(const SSL_CTX *ssl,int idx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1989 ^
1990src/event/ngx_event_openssl_stapling.c:268:12: warning: 'SSL_CTX_get_ex_data' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1991 cert = SSL_CTX_get_ex_data(ssl->ctx, ngx_ssl_certificate_index);
1992 ^
1993/usr/include/openssl/ssl.h:1597:7: note: 'SSL_CTX_get_ex_data' declared here
1994void *SSL_CTX_get_ex_data(const SSL_CTX *ssl,int idx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
1995 ^
1996src/event/ngx_event_openssl_stapling.c:276:9: warning: 'sk_num' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
1997 n = sk_X509_num(chain);
1998 ^
1999/usr/include/openssl/safestack.h:1388:25: note: expanded from macro 'sk_X509_num'
2000#define sk_X509_num(st) SKM_sk_num(X509, (st))
2001 ^
2002/usr/include/openssl/safestack.h:168:2: note: expanded from macro 'SKM_sk_num'
2003 sk_num(st)
2004 ^
2005/usr/include/openssl/stack.h:81:5: note: 'sk_num' declared here
2006int sk_num(const STACK *) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2007 ^
2008src/event/ngx_event_openssl_stapling.c:282:18: warning: 'sk_value' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2009 issuer = sk_X509_value(chain, i);
2010 ^
2011/usr/include/openssl/safestack.h:1389:30: note: expanded from macro 'sk_X509_value'
2012#define sk_X509_value(st, i) SKM_sk_value(X509, (st), (i))
2013 ^
2014/usr/include/openssl/safestack.h:170:11: note: expanded from macro 'SKM_sk_value'
2015 ((type *)sk_value(st, i))
2016 ^
2017/usr/include/openssl/stack.h:82:7: note: 'sk_value' declared here
2018char *sk_value(const STACK *, int) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2019 ^
2020src/event/ngx_event_openssl_stapling.c:283:13: warning: 'X509_check_issued' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2021 if (X509_check_issued(issuer, cert) == X509_V_OK) {
2022 ^
2023/usr/include/openssl/x509v3.h:607:5: note: 'X509_check_issued' declared here
2024int X509_check_issued(X509 *issuer, X509 *subject) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2025 ^
2026src/event/ngx_event_openssl_stapling.c:284:13: warning: 'CRYPTO_add_lock' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2027 CRYPTO_add(&issuer->references, 1, CRYPTO_LOCK_X509);
2028 ^
2029/usr/include/openssl/crypto.h:248:2: note: expanded from macro 'CRYPTO_add'
2030 CRYPTO_add_lock(addr,amount,type,__FILE__,__LINE__)
2031 ^
2032/usr/include/openssl/crypto.h:429:5: note: 'CRYPTO_add_lock' declared here
2033int CRYPTO_add_lock(int *pointer,int amount,int type, const char *file,
2034 ^
2035src/event/ngx_event_openssl_stapling.c:296:13: warning: 'SSL_CTX_get_cert_store' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2036 store = SSL_CTX_get_cert_store(ssl->ctx);
2037 ^
2038/usr/include/openssl/ssl.h:1350:13: note: 'SSL_CTX_get_cert_store' declared here
2039X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2040 ^
2041src/event/ngx_event_openssl_stapling.c:303:17: warning: 'X509_STORE_CTX_new' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2042 store_ctx = X509_STORE_CTX_new();
2043 ^
2044/usr/include/openssl/x509_vfy.h:397:17: note: 'X509_STORE_CTX_new' declared here
2045X509_STORE_CTX *X509_STORE_CTX_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2046 ^
2047src/event/ngx_event_openssl_stapling.c:310:9: warning: 'X509_STORE_CTX_init' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2048 if (X509_STORE_CTX_init(store_ctx, store, NULL, NULL) == 0) {
2049 ^
2050/usr/include/openssl/x509_vfy.h:402:5: note: 'X509_STORE_CTX_init' declared here
2051int X509_STORE_CTX_init(X509_STORE_CTX *ctx, X509_STORE *store,
2052 ^
2053src/event/ngx_event_openssl_stapling.c:316:10: warning: 'X509_STORE_CTX_get1_issuer' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2054 rc = X509_STORE_CTX_get1_issuer(&issuer, store_ctx, cert);
2055 ^
2056/usr/include/openssl/x509_vfy.h:399:5: note: 'X509_STORE_CTX_get1_issuer' declared here
2057int X509_STORE_CTX_get1_issuer(X509 **issuer, X509_STORE_CTX *ctx, X509 *x) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2058 ^
2059src/event/ngx_event_openssl_stapling.c:321:9: warning: 'X509_STORE_CTX_free' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2060 X509_STORE_CTX_free(store_ctx);
2061 ^
2062/usr/include/openssl/x509_vfy.h:401:6: note: 'X509_STORE_CTX_free' declared here
2063void X509_STORE_CTX_free(X509_STORE_CTX *ctx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2064 ^
2065src/event/ngx_event_openssl_stapling.c:328:9: warning: 'X509_STORE_CTX_free' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2066 X509_STORE_CTX_free(store_ctx);
2067 ^
2068/usr/include/openssl/x509_vfy.h:401:6: note: 'X509_STORE_CTX_free' declared here
2069void X509_STORE_CTX_free(X509_STORE_CTX *ctx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2070 ^
2071src/event/ngx_event_openssl_stapling.c:332:5: warning: 'X509_STORE_CTX_free' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2072 X509_STORE_CTX_free(store_ctx);
2073 ^
2074/usr/include/openssl/x509_vfy.h:401:6: note: 'X509_STORE_CTX_free' declared here
2075void X509_STORE_CTX_free(X509_STORE_CTX *ctx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2076 ^
2077src/event/ngx_event_openssl_stapling.c:352:14: warning: 'SSL_CTX_get_ex_data' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2078 staple = SSL_CTX_get_ex_data(ssl->ctx, ngx_ssl_stapling_index);
2079 ^
2080/usr/include/openssl/ssl.h:1597:7: note: 'SSL_CTX_get_ex_data' declared here
2081void *SSL_CTX_get_ex_data(const SSL_CTX *ssl,int idx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2082 ^
2083src/event/ngx_event_openssl_stapling.c:358:15: warning: 'X509_get1_ocsp' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2084 aia = X509_get1_ocsp(staple->cert);
2085 ^
2086/usr/include/openssl/x509v3.h:624:8: note: 'X509_get1_ocsp' declared here
2087STACK *X509_get1_ocsp(X509 *x) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2088 ^
2089src/event/ngx_event_openssl_stapling.c:369:13: warning: 'sk_value' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2090 s = sk_value(aia, 0);
2091 ^
2092/usr/include/openssl/stack.h:82:7: note: 'sk_value' declared here
2093char *sk_value(const STACK *, int) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2094 ^
2095src/event/ngx_event_openssl_stapling.c:375:13: warning: 'X509_email_free' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2096 X509_email_free(aia);
2097 ^
2098/usr/include/openssl/x509v3.h:623:6: note: 'X509_email_free' declared here
2099void X509_email_free(STACK *sk) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2100 ^
2101src/event/ngx_event_openssl_stapling.c:382:13: warning: 'X509_email_free' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2102 X509_email_free(aia);
2103 ^
2104/usr/include/openssl/x509v3.h:623:6: note: 'X509_email_free' declared here
2105void X509_email_free(STACK *sk) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2106 ^
2107src/event/ngx_event_openssl_stapling.c:387:9: warning: 'X509_email_free' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2108 X509_email_free(aia);
2109 ^
2110/usr/include/openssl/x509v3.h:623:6: note: 'X509_email_free' declared here
2111void X509_email_free(STACK *sk) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2112 ^
2113src/event/ngx_event_openssl_stapling.c:439:14: warning: 'SSL_CTX_get_ex_data' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2114 staple = SSL_CTX_get_ex_data(ssl->ctx, ngx_ssl_stapling_index);
2115 ^
2116/usr/include/openssl/ssl.h:1597:7: note: 'SSL_CTX_get_ex_data' declared here
2117void *SSL_CTX_get_ex_data(const SSL_CTX *ssl,int idx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2118 ^
2119src/event/ngx_event_openssl_stapling.c:456:9: warning: 'SSL_get_ex_data' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2120 c = ngx_ssl_get_connection(ssl_conn);
2121 ^
2122src/event/ngx_event_openssl.h:142:5: note: expanded from macro 'ngx_ssl_get_connection'
2123 SSL_get_ex_data(ssl_conn, ngx_ssl_connection_index)
2124 ^
2125/usr/include/openssl/ssl.h:1587:7: note: 'SSL_get_ex_data' declared here
2126void *SSL_get_ex_data(const SSL *ssl,int idx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2127 ^
2128src/event/ngx_event_openssl_stapling.c:467:13: warning: 'CRYPTO_malloc' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2129 p = OPENSSL_malloc(staple->staple.len);
2130 ^
2131/usr/include/openssl/crypto.h:366:29: note: expanded from macro 'OPENSSL_malloc'
2132#define OPENSSL_malloc(num) CRYPTO_malloc((int)num,__FILE__,__LINE__)
2133 ^
2134/usr/include/openssl/crypto.h:478:7: note: 'CRYPTO_malloc' declared here
2135void *CRYPTO_malloc(int num, const char *file, int line) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2136 ^
2137src/event/ngx_event_openssl_stapling.c:475:9: warning: 'SSL_ctrl' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2138 SSL_set_tlsext_status_ocsp_resp(ssl_conn, p, staple->staple.len);
2139 ^
2140/usr/include/openssl/tls1.h:160:59: note: expanded from macro 'SSL_set_tlsext_status_ocsp_resp'
2141#define SSL_set_tlsext_status_ocsp_resp(ssl, arg, arglen) \
2142 ^
2143/usr/include/openssl/ssl.h:1496:6: note: 'SSL_ctrl' declared here
2144long SSL_ctrl(SSL *ssl,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2145 ^
2146src/event/ngx_event_openssl_stapling.c:564:9: warning: 'OCSP_response_status' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2147 n = OCSP_response_status(ocsp);
2148 ^
2149/usr/include/openssl/ocsp.h:435:5: note: 'OCSP_response_status' declared here
2150int OCSP_response_status(OCSP_RESPONSE *resp) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2151 ^
2152src/event/ngx_event_openssl_stapling.c:569:26: warning: 'OCSP_response_status_str' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2153 n, OCSP_response_status_str(n));
2154 ^
2155src/core/ngx_log.h:79:67: note: expanded from macro 'ngx_log_error'
2156 if ((log)->log_level >= level) ngx_log_error_core(level, log, __VA_ARGS__)
2157 ^
2158/usr/include/openssl/ocsp.h:554:7: note: 'OCSP_response_status_str' declared here
2159char *OCSP_response_status_str(long s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2160 ^
2161src/event/ngx_event_openssl_stapling.c:573:13: warning: 'OCSP_response_get1_basic' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2162 basic = OCSP_response_get1_basic(ocsp);
2163 ^
2164/usr/include/openssl/ocsp.h:436:17: note: 'OCSP_response_get1_basic' declared here
2165OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2166 ^
2167src/event/ngx_event_openssl_stapling.c:580:13: warning: 'SSL_CTX_get_cert_store' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2168 store = SSL_CTX_get_cert_store(staple->ssl_ctx);
2169 ^
2170/usr/include/openssl/ssl.h:1350:13: note: 'SSL_CTX_get_cert_store' declared here
2171X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2172 ^
2173src/event/ngx_event_openssl_stapling.c:593:9: warning: 'OCSP_basic_verify' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2174 if (OCSP_basic_verify(basic, chain, store,
2175 ^
2176/usr/include/openssl/ocsp.h:561:5: note: 'OCSP_basic_verify' declared here
2177int OCSP_basic_verify(OCSP_BASICRESP *bs, STACK_OF(X509) *certs,
2178 ^
2179src/event/ngx_event_openssl_stapling.c:602:10: warning: 'OCSP_cert_to_id' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2180 id = OCSP_cert_to_id(NULL, ctx->cert, ctx->issuer);
2181 ^
2182/usr/include/openssl/ocsp.h:411:14: note: 'OCSP_cert_to_id' declared here
2183OCSP_CERTID *OCSP_cert_to_id(const EVP_MD *dgst, X509 *subject, X509 *issuer) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2184 ^
2185src/event/ngx_event_openssl_stapling.c:609:9: warning: 'OCSP_resp_find_status' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2186 if (OCSP_resp_find_status(basic, id, &n, NULL, NULL,
2187 ^
2188/usr/include/openssl/ocsp.h:445:5: note: 'OCSP_resp_find_status' declared here
2189int OCSP_resp_find_status(OCSP_BASICRESP *bs, OCSP_CERTID *id, int *status,
2190 ^
2191src/event/ngx_event_openssl_stapling.c:621:23: warning: 'OCSP_cert_status_str' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2192 OCSP_cert_status_str(n));
2193 ^
2194src/core/ngx_log.h:79:67: note: expanded from macro 'ngx_log_error'
2195 if ((log)->log_level >= level) ngx_log_error_core(level, log, __VA_ARGS__)
2196 ^
2197/usr/include/openssl/ocsp.h:555:7: note: 'OCSP_cert_status_str' declared here
2198char *OCSP_cert_status_str(long s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2199 ^
2200src/event/ngx_event_openssl_stapling.c:625:9: warning: 'OCSP_check_validity' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2201 if (OCSP_check_validity(thisupdate, nextupdate, 300, -1) != 1) {
2202 ^
2203/usr/include/openssl/ocsp.h:450:5: note: 'OCSP_check_validity' declared here
2204int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd,
2205 ^
2206src/event/ngx_event_openssl_stapling.c:1111:10: warning: 'OCSP_cert_to_id' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2207 id = OCSP_cert_to_id(NULL, ctx->cert, ctx->issuer);
2208 ^
2209/usr/include/openssl/ocsp.h:411:14: note: 'OCSP_cert_to_id' declared here
2210OCSP_CERTID *OCSP_cert_to_id(const EVP_MD *dgst, X509 *subject, X509 *issuer) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2211 ^
2212src/event/ngx_event_openssl_stapling.c:1118:9: warning: 'OCSP_request_add0_id' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2213 if (OCSP_request_add0_id(ocsp, id) == NULL) {
2214 ^
2215/usr/include/openssl/ocsp.h:418:14: note: 'OCSP_request_add0_id' declared here
2216OCSP_ONEREQ *OCSP_request_add0_id(OCSP_REQUEST *req, OCSP_CERTID *cid) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2217 ^
221843 warnings generated.
2219cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
2220 -o objs/src/core/ngx_regex.o \
2221 src/core/ngx_regex.c
2222cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
2223 -o objs/src/http/ngx_http.o \
2224 src/http/ngx_http.c
2225cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
2226 -o objs/src/http/ngx_http_core_module.o \
2227 src/http/ngx_http_core_module.c
2228cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
2229 -o objs/src/http/ngx_http_special_response.o \
2230 src/http/ngx_http_special_response.c
2231cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
2232 -o objs/src/http/ngx_http_request.o \
2233 src/http/ngx_http_request.c
2234src/http/ngx_http_request.c:832:9: warning: 'SSL_get_ex_data' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2235 c = ngx_ssl_get_connection(ssl_conn);
2236 ^
2237src/event/ngx_event_openssl.h:142:5: note: expanded from macro 'ngx_ssl_get_connection'
2238 SSL_get_ex_data(ssl_conn, ngx_ssl_connection_index)
2239 ^
2240/usr/include/openssl/ssl.h:1587:7: note: 'SSL_get_ex_data' declared here
2241void *SSL_get_ex_data(const SSL *ssl,int idx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2242 ^
2243src/http/ngx_http_request.c:874:9: warning: 'SSL_set_SSL_CTX' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2244 SSL_set_SSL_CTX(ssl_conn, sscf->ssl.ctx);
2245 ^
2246/usr/include/openssl/ssl.h:1577:10: note: 'SSL_set_SSL_CTX' declared here
2247SSL_CTX *SSL_set_SSL_CTX(SSL *ssl, SSL_CTX* ctx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2248 ^
2249src/http/ngx_http_request.c:881:9: warning: 'SSL_set_verify' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2250 SSL_set_verify(ssl_conn, SSL_CTX_get_verify_mode(sscf->ssl.ctx),
2251 ^
2252/usr/include/openssl/ssl.h:1384:6: note: 'SSL_set_verify' declared here
2253void SSL_set_verify(SSL *s, int mode,
2254 ^
2255src/http/ngx_http_request.c:881:34: warning: 'SSL_CTX_get_verify_mode' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2256 SSL_set_verify(ssl_conn, SSL_CTX_get_verify_mode(sscf->ssl.ctx),
2257 ^
2258/usr/include/openssl/ssl.h:1455:5: note: 'SSL_CTX_get_verify_mode' declared here
2259int SSL_CTX_get_verify_mode(const SSL_CTX *ctx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2260 ^
2261src/http/ngx_http_request.c:882:24: warning: 'SSL_CTX_get_verify_callback' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2262 SSL_CTX_get_verify_callback(sscf->ssl.ctx));
2263 ^
2264/usr/include/openssl/ssl.h:1457:7: note: 'SSL_CTX_get_verify_callback' declared here
2265int (*SSL_CTX_get_verify_callback(const SSL_CTX *ctx))(int,X509_STORE_CTX *) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2266 ^
2267src/http/ngx_http_request.c:884:9: warning: 'SSL_set_verify_depth' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2268 SSL_set_verify_depth(ssl_conn, SSL_CTX_get_verify_depth(sscf->ssl.ctx));
2269 ^
2270/usr/include/openssl/ssl.h:1386:6: note: 'SSL_set_verify_depth' declared here
2271void SSL_set_verify_depth(SSL *s, int depth) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2272 ^
2273src/http/ngx_http_request.c:884:40: warning: 'SSL_CTX_get_verify_depth' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2274 SSL_set_verify_depth(ssl_conn, SSL_CTX_get_verify_depth(sscf->ssl.ctx));
2275 ^
2276/usr/include/openssl/ssl.h:1456:5: note: 'SSL_CTX_get_verify_depth' declared here
2277int SSL_CTX_get_verify_depth(const SSL_CTX *ctx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2278 ^
2279src/http/ngx_http_request.c:888:9: warning: 'SSL_ctrl' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2280 SSL_clear_options(ssl_conn, SSL_get_options(ssl_conn) &
2281 ^
2282/usr/include/openssl/ssl.h:579:2: note: expanded from macro 'SSL_clear_options'
2283 SSL_ctrl((ssl),SSL_CTRL_CLEAR_OPTIONS,(op),NULL)
2284 ^
2285/usr/include/openssl/ssl.h:1496:6: note: 'SSL_ctrl' declared here
2286long SSL_ctrl(SSL *ssl,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2287 ^
2288src/http/ngx_http_request.c:888:37: warning: 'SSL_ctrl' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2289 SSL_clear_options(ssl_conn, SSL_get_options(ssl_conn) &
2290 ^
2291/usr/include/openssl/ssl.h:581:9: note: expanded from macro 'SSL_get_options'
2292 SSL_ctrl((ssl),SSL_CTRL_OPTIONS,0,NULL)
2293 ^
2294/usr/include/openssl/ssl.h:579:41: note: expanded from macro 'SSL_clear_options'
2295 SSL_ctrl((ssl),SSL_CTRL_CLEAR_OPTIONS,(op),NULL)
2296 ^
2297/usr/include/openssl/ssl.h:1496:6: note: 'SSL_ctrl' declared here
2298long SSL_ctrl(SSL *ssl,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2299 ^
2300src/http/ngx_http_request.c:889:38: warning: 'SSL_CTX_ctrl' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2301 ~SSL_CTX_get_options(sscf->ssl.ctx));
2302 ^
2303/usr/include/openssl/ssl.h:575:2: note: expanded from macro 'SSL_CTX_get_options'
2304 SSL_CTX_ctrl((ctx),SSL_CTRL_OPTIONS,0,NULL)
2305 ^
2306/usr/include/openssl/ssl.h:579:41: note: expanded from macro 'SSL_clear_options'
2307 SSL_ctrl((ssl),SSL_CTRL_CLEAR_OPTIONS,(op),NULL)
2308 ^
2309/usr/include/openssl/ssl.h:1498:6: note: 'SSL_CTX_ctrl' declared here
2310long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2311 ^
2312src/http/ngx_http_request.c:892:9: warning: 'SSL_ctrl' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2313 SSL_set_options(ssl_conn, SSL_CTX_get_options(sscf->ssl.ctx));
2314 ^
2315/usr/include/openssl/ssl.h:577:2: note: expanded from macro 'SSL_set_options'
2316 SSL_ctrl((ssl),SSL_CTRL_OPTIONS,(op),NULL)
2317 ^
2318/usr/include/openssl/ssl.h:1496:6: note: 'SSL_ctrl' declared here
2319long SSL_ctrl(SSL *ssl,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2320 ^
2321src/http/ngx_http_request.c:892:35: warning: 'SSL_CTX_ctrl' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2322 SSL_set_options(ssl_conn, SSL_CTX_get_options(sscf->ssl.ctx));
2323 ^
2324/usr/include/openssl/ssl.h:575:2: note: expanded from macro 'SSL_CTX_get_options'
2325 SSL_CTX_ctrl((ctx),SSL_CTRL_OPTIONS,0,NULL)
2326 ^
2327/usr/include/openssl/ssl.h:577:35: note: expanded from macro 'SSL_set_options'
2328 SSL_ctrl((ssl),SSL_CTRL_OPTIONS,(op),NULL)
2329 ^
2330/usr/include/openssl/ssl.h:1498:6: note: 'SSL_CTX_ctrl' declared here
2331long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2332 ^
2333src/http/ngx_http_request.c:1848:18: warning: 'SSL_get_verify_result' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2334 rc = SSL_get_verify_result(c->ssl->connection);
2335 ^
2336/usr/include/openssl/ssl.h:1584:6: note: 'SSL_get_verify_result' declared here
2337long SSL_get_verify_result(const SSL *ssl) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2338 ^
2339src/http/ngx_http_request.c:1855:35: warning: 'X509_verify_cert_error_string' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2340 rc, X509_verify_cert_error_string(rc));
2341 ^
2342src/core/ngx_log.h:79:67: note: expanded from macro 'ngx_log_error'
2343 if ((log)->log_level >= level) ngx_log_error_core(level, log, __VA_ARGS__)
2344 ^
2345/usr/include/openssl/x509.h:752:13: note: 'X509_verify_cert_error_string' declared here
2346const char *X509_verify_cert_error_string(long n) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2347 ^
2348src/http/ngx_http_request.c:1858:41: warning: 'SSL_get_session' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2349 (SSL_get0_session(c->ssl->connection)));
2350 ^
2351/usr/include/openssl/ssl.h:1573:26: note: expanded from macro 'SSL_get0_session'
2352#define SSL_get0_session SSL_get_session /* just peek at pointer */
2353 ^
2354/usr/include/openssl/ssl.h:1574:14: note: 'SSL_get_session' declared here
2355SSL_SESSION *SSL_get_session(const SSL *ssl) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2356 ^
2357src/http/ngx_http_request.c:1865:24: warning: 'SSL_get_peer_certificate' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2358 cert = SSL_get_peer_certificate(c->ssl->connection);
2359 ^
2360/usr/include/openssl/ssl.h:1450:8: note: 'SSL_get_peer_certificate' declared here
2361X509 * SSL_get_peer_certificate(const SSL *s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2362 ^
2363src/http/ngx_http_request.c:1872:41: warning: 'SSL_get_session' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2364 (SSL_get0_session(c->ssl->connection)));
2365 ^
2366/usr/include/openssl/ssl.h:1573:26: note: expanded from macro 'SSL_get0_session'
2367#define SSL_get0_session SSL_get_session /* just peek at pointer */
2368 ^
2369/usr/include/openssl/ssl.h:1574:14: note: 'SSL_get_session' declared here
2370SSL_SESSION *SSL_get_session(const SSL *ssl) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2371 ^
237217 warnings generated.
2373cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
2374 -o objs/src/http/ngx_http_parse.o \
2375 src/http/ngx_http_parse.c
2376cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
2377 -o objs/src/http/ngx_http_header_filter_module.o \
2378 src/http/ngx_http_header_filter_module.c
2379cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
2380 -o objs/src/http/ngx_http_write_filter_module.o \
2381 src/http/ngx_http_write_filter_module.c
2382cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
2383 -o objs/src/http/ngx_http_copy_filter_module.o \
2384 src/http/ngx_http_copy_filter_module.c
2385cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
2386 -o objs/src/http/modules/ngx_http_log_module.o \
2387 src/http/modules/ngx_http_log_module.c
2388cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
2389 -o objs/src/http/ngx_http_request_body.o \
2390 src/http/ngx_http_request_body.c
2391cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
2392 -o objs/src/http/ngx_http_variables.o \
2393 src/http/ngx_http_variables.c
2394cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
2395 -o objs/src/http/ngx_http_script.o \
2396 src/http/ngx_http_script.c
2397cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
2398 -o objs/src/http/ngx_http_upstream.o \
2399 src/http/ngx_http_upstream.c
2400cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
2401 -o objs/src/http/ngx_http_upstream_round_robin.o \
2402 src/http/ngx_http_upstream_round_robin.c
2403src/http/ngx_http_upstream_round_robin.c:644:19: warning: 'SSL_get1_session' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2404 ssl_session = ngx_ssl_get_session(pc->connection);
2405 ^
2406src/event/ngx_event_openssl.h:139:37: note: expanded from macro 'ngx_ssl_get_session'
2407#define ngx_ssl_get_session(c) SSL_get1_session(c->ssl->connection)
2408 ^
2409/usr/include/openssl/ssl.h:1575:14: note: 'SSL_get1_session' declared here
2410SSL_SESSION *SSL_get1_session(SSL *ssl) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER; /* obtain a reference count */
2411 ^
2412src/http/ngx_http_upstream_round_robin.c:671:9: warning: 'SSL_SESSION_free' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2413 ngx_ssl_free_session(old_ssl_session);
2414 ^
2415src/event/ngx_event_openssl.h:140:37: note: expanded from macro 'ngx_ssl_free_session'
2416#define ngx_ssl_free_session SSL_SESSION_free
2417 ^
2418/usr/include/openssl/ssl.h:1437:6: note: 'SSL_SESSION_free' declared here
2419void SSL_SESSION_free(SSL_SESSION *ses) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2420 ^
24212 warnings generated.
2422cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
2423 -o objs/src/http/ngx_http_parse_time.o \
2424 src/http/ngx_http_parse_time.c
2425cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
2426 -o objs/src/http/modules/ngx_http_static_module.o \
2427 src/http/modules/ngx_http_static_module.c
2428cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
2429 -o objs/src/http/modules/ngx_http_index_module.o \
2430 src/http/modules/ngx_http_index_module.c
2431cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
2432 -o objs/src/http/modules/ngx_http_chunked_filter_module.o \
2433 src/http/modules/ngx_http_chunked_filter_module.c
2434cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
2435 -o objs/src/http/modules/ngx_http_range_filter_module.o \
2436 src/http/modules/ngx_http_range_filter_module.c
2437cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
2438 -o objs/src/http/modules/ngx_http_headers_filter_module.o \
2439 src/http/modules/ngx_http_headers_filter_module.c
2440cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
2441 -o objs/src/http/modules/ngx_http_not_modified_filter_module.o \
2442 src/http/modules/ngx_http_not_modified_filter_module.c
2443cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
2444 -o objs/src/http/ngx_http_busy_lock.o \
2445 src/http/ngx_http_busy_lock.c
2446cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
2447 -o objs/src/http/ngx_http_file_cache.o \
2448 src/http/ngx_http_file_cache.c
2449src/http/ngx_http_file_cache.c:218:5: warning: 'MD5_Init' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2450 ngx_md5_init(&md5);
2451 ^
2452src/core/ngx_md5.h:30:25: note: expanded from macro 'ngx_md5_init'
2453#define ngx_md5_init MD5_Init
2454 ^
2455/usr/include/openssl/md5.h:113:5: note: 'MD5_Init' declared here
2456int MD5_Init(MD5_CTX *c) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2457 ^
2458src/http/ngx_http_file_cache.c:228:9: warning: 'MD5_Update' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2459 ngx_md5_update(&md5, key[i].data, key[i].len);
2460 ^
2461src/core/ngx_md5.h:31:25: note: expanded from macro 'ngx_md5_update'
2462#define ngx_md5_update MD5_Update
2463 ^
2464/usr/include/openssl/md5.h:114:5: note: 'MD5_Update' declared here
2465int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2466 ^
2467src/http/ngx_http_file_cache.c:235:5: warning: 'MD5_Final' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2468 ngx_md5_final(c->key, &md5);
2469 ^
2470src/core/ngx_md5.h:32:25: note: expanded from macro 'ngx_md5_final'
2471#define ngx_md5_final MD5_Final
2472 ^
2473/usr/include/openssl/md5.h:115:5: note: 'MD5_Final' declared here
2474int MD5_Final(unsigned char *md, MD5_CTX *c) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2475 ^
24763 warnings generated.
2477cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
2478 -o objs/src/http/modules/ngx_http_gzip_filter_module.o \
2479 src/http/modules/ngx_http_gzip_filter_module.c
2480cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
2481 -o objs/src/http/ngx_http_postpone_filter_module.o \
2482 src/http/ngx_http_postpone_filter_module.c
2483cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
2484 -o objs/src/http/modules/ngx_http_ssi_filter_module.o \
2485 src/http/modules/ngx_http_ssi_filter_module.c
2486cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
2487 -o objs/src/http/modules/ngx_http_charset_filter_module.o \
2488 src/http/modules/ngx_http_charset_filter_module.c
2489cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
2490 -o objs/src/http/modules/ngx_http_userid_filter_module.o \
2491 src/http/modules/ngx_http_userid_filter_module.c
2492cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
2493 -o objs/src/http/modules/ngx_http_autoindex_module.o \
2494 src/http/modules/ngx_http_autoindex_module.c
2495cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
2496 -o objs/src/http/modules/ngx_http_auth_basic_module.o \
2497 src/http/modules/ngx_http_auth_basic_module.c
2498cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
2499 -o objs/src/http/modules/ngx_http_access_module.o \
2500 src/http/modules/ngx_http_access_module.c
2501cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
2502 -o objs/src/http/modules/ngx_http_limit_conn_module.o \
2503 src/http/modules/ngx_http_limit_conn_module.c
2504cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
2505 -o objs/src/http/modules/ngx_http_limit_req_module.o \
2506 src/http/modules/ngx_http_limit_req_module.c
2507cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
2508 -o objs/src/http/modules/ngx_http_geo_module.o \
2509 src/http/modules/ngx_http_geo_module.c
2510cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
2511 -o objs/src/http/modules/ngx_http_map_module.o \
2512 src/http/modules/ngx_http_map_module.c
2513cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
2514 -o objs/src/http/modules/ngx_http_split_clients_module.o \
2515 src/http/modules/ngx_http_split_clients_module.c
2516cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
2517 -o objs/src/http/modules/ngx_http_referer_module.o \
2518 src/http/modules/ngx_http_referer_module.c
2519cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
2520 -o objs/src/http/modules/ngx_http_rewrite_module.o \
2521 src/http/modules/ngx_http_rewrite_module.c
2522cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
2523 -o objs/src/http/modules/ngx_http_ssl_module.o \
2524 src/http/modules/ngx_http_ssl_module.c
2525src/http/modules/ngx_http_ssl_module.c:619:9: warning: 'SSL_CTX_callback_ctrl' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2526 if (SSL_CTX_set_tlsext_servername_callback(conf->ssl.ctx,
2527 ^
2528/usr/include/openssl/tls1.h:163:57: note: expanded from macro 'SSL_CTX_set_tlsext_servername_callback'
2529#define SSL_CTX_set_tlsext_servername_callback(ctx, cb) \
2530 ^
2531/usr/include/openssl/ssl.h:1499:6: note: 'SSL_CTX_callback_ctrl' declared here
2532long SSL_CTX_callback_ctrl(SSL_CTX *, int, void (*)(void)) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2533 ^
2534src/http/modules/ngx_http_ssl_module.c:655:9: warning: 'SSL_CTX_set_cipher_list' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2535 if (SSL_CTX_set_cipher_list(conf->ssl.ctx,
2536 ^
2537/usr/include/openssl/ssl.h:1345:5: note: 'SSL_CTX_set_cipher_list' declared here
2538int SSL_CTX_set_cipher_list(SSL_CTX *,const char *str) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2539 ^
2540src/http/modules/ngx_http_ssl_module.c:697:9: warning: 'SSL_CTX_ctrl' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2541 SSL_CTX_set_options(conf->ssl.ctx, SSL_OP_CIPHER_SERVER_PREFERENCE);
2542 ^
2543/usr/include/openssl/ssl.h:571:2: note: expanded from macro 'SSL_CTX_set_options'
2544 SSL_CTX_ctrl((ctx),SSL_CTRL_OPTIONS,(op),NULL)
2545 ^
2546/usr/include/openssl/ssl.h:1498:6: note: 'SSL_CTX_ctrl' declared here
2547long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2548 ^
2549src/http/modules/ngx_http_ssl_module.c:701:5: warning: 'SSL_CTX_set_tmp_rsa_callback' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2550 SSL_CTX_set_tmp_rsa_callback(conf->ssl.ctx, ngx_ssl_rsa512_key_callback);
2551 ^
2552/usr/include/openssl/ssl.h:1629:6: note: 'SSL_CTX_set_tmp_rsa_callback' declared here
2553void SSL_CTX_set_tmp_rsa_callback(SSL_CTX *ctx,
2554 ^
2555src/http/modules/ngx_http_ssl_module.c:730:9: warning: 'SSL_CTX_ctrl' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2556 SSL_CTX_set_options(conf->ssl.ctx, SSL_OP_NO_TICKET);
2557 ^
2558/usr/include/openssl/ssl.h:571:2: note: expanded from macro 'SSL_CTX_set_options'
2559 SSL_CTX_ctrl((ctx),SSL_CTRL_OPTIONS,(op),NULL)
2560 ^
2561/usr/include/openssl/ssl.h:1498:6: note: 'SSL_CTX_ctrl' declared here
2562long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2563 ^
25645 warnings generated.
2565cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
2566 -o objs/src/http/modules/ngx_http_proxy_module.o \
2567 src/http/modules/ngx_http_proxy_module.c
2568src/http/modules/ngx_http_proxy_module.c:3777:9: warning: 'SSL_CTX_set_cipher_list' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2569 if (SSL_CTX_set_cipher_list(plcf->upstream.ssl->ctx,
2570 ^
2571/usr/include/openssl/ssl.h:1345:5: note: 'SSL_CTX_set_cipher_list' declared here
2572int SSL_CTX_set_cipher_list(SSL_CTX *,const char *str) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2573 ^
25741 warning generated.
2575cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
2576 -o objs/src/http/modules/ngx_http_fastcgi_module.o \
2577 src/http/modules/ngx_http_fastcgi_module.c
2578cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
2579 -o objs/src/http/modules/ngx_http_uwsgi_module.o \
2580 src/http/modules/ngx_http_uwsgi_module.c
2581src/http/modules/ngx_http_uwsgi_module.c:2015:9: warning: 'SSL_CTX_set_cipher_list' is deprecated: first deprecated in OS X 10.7 [-Wdeprecated-declarations]
2582 if (SSL_CTX_set_cipher_list(uwcf->upstream.ssl->ctx,
2583 ^
2584/usr/include/openssl/ssl.h:1345:5: note: 'SSL_CTX_set_cipher_list' declared here
2585int SSL_CTX_set_cipher_list(SSL_CTX *,const char *str) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
2586 ^
25871 warning generated.
2588cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
2589 -o objs/src/http/modules/ngx_http_scgi_module.o \
2590 src/http/modules/ngx_http_scgi_module.c
2591cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
2592 -o objs/src/http/modules/ngx_http_memcached_module.o \
2593 src/http/modules/ngx_http_memcached_module.c
2594cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
2595 -o objs/src/http/modules/ngx_http_empty_gif_module.o \
2596 src/http/modules/ngx_http_empty_gif_module.c
2597cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
2598 -o objs/src/http/modules/ngx_http_browser_module.o \
2599 src/http/modules/ngx_http_browser_module.c
2600cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
2601 -o objs/src/http/modules/ngx_http_upstream_ip_hash_module.o \
2602 src/http/modules/ngx_http_upstream_ip_hash_module.c
2603cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
2604 -o objs/src/http/modules/ngx_http_upstream_least_conn_module.o \
2605 src/http/modules/ngx_http_upstream_least_conn_module.c
2606cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs -I src/http -I src/http/modules \
2607 -o objs/src/http/modules/ngx_http_upstream_keepalive_module.o \
2608 src/http/modules/ngx_http_upstream_keepalive_module.c
2609cc -c -pipe -O -Wall -Wextra -Wpointer-arith -Wconditional-uninitialized -Wno-unused-parameter -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 -I /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 -I objs \
2610 -o objs/ngx_modules.o \
2611 objs/ngx_modules.c
2612cd /Users/asukakenji/WebHosting/nginx-src/pcre-8.35 \
2613 && /Applications/Xcode.app/Contents/Developer/usr/bin/make libpcre.la
2614 CC libpcre_la-pcre_byte_order.lo
2615 CC libpcre_la-pcre_compile.lo
2616 CC libpcre_la-pcre_config.lo
2617 CC libpcre_la-pcre_dfa_exec.lo
2618 CC libpcre_la-pcre_exec.lo
2619 CC libpcre_la-pcre_fullinfo.lo
2620 CC libpcre_la-pcre_get.lo
2621 CC libpcre_la-pcre_globals.lo
2622 CC libpcre_la-pcre_jit_compile.lo
2623 CC libpcre_la-pcre_maketables.lo
2624 CC libpcre_la-pcre_newline.lo
2625 CC libpcre_la-pcre_ord2utf8.lo
2626 CC libpcre_la-pcre_refcount.lo
2627 CC libpcre_la-pcre_string_utils.lo
2628 CC libpcre_la-pcre_study.lo
2629 CC libpcre_la-pcre_tables.lo
2630 CC libpcre_la-pcre_ucd.lo
2631 CC libpcre_la-pcre_valid_utf8.lo
2632 CC libpcre_la-pcre_version.lo
2633 CC libpcre_la-pcre_xclass.lo
2634rm -f pcre_chartables.c
2635ln -s ./pcre_chartables.c.dist pcre_chartables.c
2636 CC libpcre_la-pcre_chartables.lo
2637 CCLD libpcre.la
2638/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libpcre.a(libpcre_la-pcre_string_utils.o) has no symbols
2639/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libpcre.a(libpcre_la-pcre_string_utils.o) has no symbols
2640cd /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8 \
2641 && /Applications/Xcode.app/Contents/Developer/usr/bin/make distclean \
2642 && CFLAGS="-O2 -pipe " CC="cc" \
2643 ./configure \
2644 && /Applications/Xcode.app/Contents/Developer/usr/bin/make libz.a
2645make -f Makefile.in distclean
2646rm -f *.o *.lo *~ \
2647 example minigzip examplesh minigzipsh \
2648 example64 minigzip64 \
2649 infcover \
2650 libz.* foo.gz so_locations \
2651 _match.s maketree contrib/infback9/*.o
2652rm -rf objs
2653rm -f *.gcda *.gcno *.gcov
2654rm -f contrib/infback9/*.gcda contrib/infback9/*.gcno contrib/infback9/*.gcov
2655cp -p zconf.h.in zconf.h
2656rm -f Makefile zlib.pc configure.log
2657Checking for shared library support...
2658Building shared library libz.so.1.2.8 with cc.
2659Checking for off64_t... No.
2660Checking for fseeko... Yes.
2661Checking for strerror... Yes.
2662Checking for unistd.h... Yes.
2663Checking for stdarg.h... Yes.
2664Checking whether to use vs[n]printf() or s[n]printf()... using vs[n]printf().
2665Checking for vsnprintf() in stdio.h... Yes.
2666Checking for return value of vsnprintf()... Yes.
2667cc -O2 -pipe -c -o adler32.o adler32.c
2668cc -O2 -pipe -c -o crc32.o crc32.c
2669cc -O2 -pipe -c -o deflate.o deflate.c
2670cc -O2 -pipe -c -o infback.o infback.c
2671cc -O2 -pipe -c -o inffast.o inffast.c
2672cc -O2 -pipe -c -o inflate.o inflate.c
2673cc -O2 -pipe -c -o inftrees.o inftrees.c
2674cc -O2 -pipe -c -o trees.o trees.c
2675cc -O2 -pipe -c -o zutil.o zutil.c
2676cc -O2 -pipe -c -o compress.o compress.c
2677cc -O2 -pipe -c -o uncompr.o uncompr.c
2678cc -O2 -pipe -c -o gzclose.o gzclose.c
2679cc -O2 -pipe -c -o gzlib.o gzlib.c
2680cc -O2 -pipe -c -o gzread.o gzread.c
2681cc -O2 -pipe -c -o gzwrite.o gzwrite.c
2682ar rc libz.a adler32.o crc32.o deflate.o infback.o inffast.o inflate.o inftrees.o trees.o zutil.o compress.o uncompr.o gzclose.o gzlib.o gzread.o gzwrite.o
2683cc -o objs/nginx \
2684 objs/src/core/nginx.o \
2685 objs/src/core/ngx_log.o \
2686 objs/src/core/ngx_palloc.o \
2687 objs/src/core/ngx_array.o \
2688 objs/src/core/ngx_list.o \
2689 objs/src/core/ngx_hash.o \
2690 objs/src/core/ngx_buf.o \
2691 objs/src/core/ngx_queue.o \
2692 objs/src/core/ngx_output_chain.o \
2693 objs/src/core/ngx_string.o \
2694 objs/src/core/ngx_parse.o \
2695 objs/src/core/ngx_inet.o \
2696 objs/src/core/ngx_file.o \
2697 objs/src/core/ngx_crc32.o \
2698 objs/src/core/ngx_murmurhash.o \
2699 objs/src/core/ngx_md5.o \
2700 objs/src/core/ngx_rbtree.o \
2701 objs/src/core/ngx_radix_tree.o \
2702 objs/src/core/ngx_slab.o \
2703 objs/src/core/ngx_times.o \
2704 objs/src/core/ngx_shmtx.o \
2705 objs/src/core/ngx_connection.o \
2706 objs/src/core/ngx_cycle.o \
2707 objs/src/core/ngx_spinlock.o \
2708 objs/src/core/ngx_cpuinfo.o \
2709 objs/src/core/ngx_conf_file.o \
2710 objs/src/core/ngx_resolver.o \
2711 objs/src/core/ngx_open_file_cache.o \
2712 objs/src/core/ngx_crypt.o \
2713 objs/src/core/ngx_proxy_protocol.o \
2714 objs/src/event/ngx_event.o \
2715 objs/src/event/ngx_event_timer.o \
2716 objs/src/event/ngx_event_posted.o \
2717 objs/src/event/ngx_event_busy_lock.o \
2718 objs/src/event/ngx_event_accept.o \
2719 objs/src/event/ngx_event_connect.o \
2720 objs/src/event/ngx_event_pipe.o \
2721 objs/src/os/unix/ngx_time.o \
2722 objs/src/os/unix/ngx_errno.o \
2723 objs/src/os/unix/ngx_alloc.o \
2724 objs/src/os/unix/ngx_files.o \
2725 objs/src/os/unix/ngx_socket.o \
2726 objs/src/os/unix/ngx_recv.o \
2727 objs/src/os/unix/ngx_readv_chain.o \
2728 objs/src/os/unix/ngx_udp_recv.o \
2729 objs/src/os/unix/ngx_send.o \
2730 objs/src/os/unix/ngx_writev_chain.o \
2731 objs/src/os/unix/ngx_channel.o \
2732 objs/src/os/unix/ngx_shmem.o \
2733 objs/src/os/unix/ngx_process.o \
2734 objs/src/os/unix/ngx_daemon.o \
2735 objs/src/os/unix/ngx_setaffinity.o \
2736 objs/src/os/unix/ngx_setproctitle.o \
2737 objs/src/os/unix/ngx_posix_init.o \
2738 objs/src/os/unix/ngx_user.o \
2739 objs/src/os/unix/ngx_process_cycle.o \
2740 objs/src/os/unix/ngx_darwin_init.o \
2741 objs/src/event/modules/ngx_kqueue_module.o \
2742 objs/src/os/unix/ngx_darwin_sendfile_chain.o \
2743 objs/src/event/ngx_event_openssl.o \
2744 objs/src/event/ngx_event_openssl_stapling.o \
2745 objs/src/core/ngx_regex.o \
2746 objs/src/http/ngx_http.o \
2747 objs/src/http/ngx_http_core_module.o \
2748 objs/src/http/ngx_http_special_response.o \
2749 objs/src/http/ngx_http_request.o \
2750 objs/src/http/ngx_http_parse.o \
2751 objs/src/http/ngx_http_header_filter_module.o \
2752 objs/src/http/ngx_http_write_filter_module.o \
2753 objs/src/http/ngx_http_copy_filter_module.o \
2754 objs/src/http/modules/ngx_http_log_module.o \
2755 objs/src/http/ngx_http_request_body.o \
2756 objs/src/http/ngx_http_variables.o \
2757 objs/src/http/ngx_http_script.o \
2758 objs/src/http/ngx_http_upstream.o \
2759 objs/src/http/ngx_http_upstream_round_robin.o \
2760 objs/src/http/ngx_http_parse_time.o \
2761 objs/src/http/modules/ngx_http_static_module.o \
2762 objs/src/http/modules/ngx_http_index_module.o \
2763 objs/src/http/modules/ngx_http_chunked_filter_module.o \
2764 objs/src/http/modules/ngx_http_range_filter_module.o \
2765 objs/src/http/modules/ngx_http_headers_filter_module.o \
2766 objs/src/http/modules/ngx_http_not_modified_filter_module.o \
2767 objs/src/http/ngx_http_busy_lock.o \
2768 objs/src/http/ngx_http_file_cache.o \
2769 objs/src/http/modules/ngx_http_gzip_filter_module.o \
2770 objs/src/http/ngx_http_postpone_filter_module.o \
2771 objs/src/http/modules/ngx_http_ssi_filter_module.o \
2772 objs/src/http/modules/ngx_http_charset_filter_module.o \
2773 objs/src/http/modules/ngx_http_userid_filter_module.o \
2774 objs/src/http/modules/ngx_http_autoindex_module.o \
2775 objs/src/http/modules/ngx_http_auth_basic_module.o \
2776 objs/src/http/modules/ngx_http_access_module.o \
2777 objs/src/http/modules/ngx_http_limit_conn_module.o \
2778 objs/src/http/modules/ngx_http_limit_req_module.o \
2779 objs/src/http/modules/ngx_http_geo_module.o \
2780 objs/src/http/modules/ngx_http_map_module.o \
2781 objs/src/http/modules/ngx_http_split_clients_module.o \
2782 objs/src/http/modules/ngx_http_referer_module.o \
2783 objs/src/http/modules/ngx_http_rewrite_module.o \
2784 objs/src/http/modules/ngx_http_ssl_module.o \
2785 objs/src/http/modules/ngx_http_proxy_module.o \
2786 objs/src/http/modules/ngx_http_fastcgi_module.o \
2787 objs/src/http/modules/ngx_http_uwsgi_module.o \
2788 objs/src/http/modules/ngx_http_scgi_module.o \
2789 objs/src/http/modules/ngx_http_memcached_module.o \
2790 objs/src/http/modules/ngx_http_empty_gif_module.o \
2791 objs/src/http/modules/ngx_http_browser_module.o \
2792 objs/src/http/modules/ngx_http_upstream_ip_hash_module.o \
2793 objs/src/http/modules/ngx_http_upstream_least_conn_module.o \
2794 objs/src/http/modules/ngx_http_upstream_keepalive_module.o \
2795 objs/ngx_modules.o \
2796 /Users/asukakenji/WebHosting/nginx-src/pcre-8.35/.libs/libpcre.a -lssl -lcrypto /Users/asukakenji/WebHosting/nginx-src/zlib-1.2.8/libz.a
2797/Applications/Xcode.app/Contents/Developer/usr/bin/make -f objs/Makefile manpage
2798sed -e "s|%%PREFIX%%|/Users/asukakenji/WebHosting/root|" \
2799 -e "s|%%PID_PATH%%|/Users/asukakenji/WebHosting/root/logs/nginx.pid|" \
2800 -e "s|%%CONF_PATH%%|/Users/asukakenji/WebHosting/root/conf/nginx.conf|" \
2801 -e "s|%%ERROR_LOG_PATH%%|/Users/asukakenji/WebHosting/root/logs/error.log|" \
2802 < man/nginx.8 > objs/nginx.8