| 1 | /Applications/Xcode.app/Contents/Developer/usr/bin/make -f objs/Makefile
|
|---|
| 2 | cd /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
|
|---|
| 6 | checking for a BSD-compatible install... /Users/asukakenji/symlinks/install -c
|
|---|
| 7 | checking whether build environment is sane... yes
|
|---|
| 8 | checking for a thread-safe mkdir -p... /Users/asukakenji/symlinks/mkdir -p
|
|---|
| 9 | checking for gawk... gawk
|
|---|
| 10 | checking whether make sets $(MAKE)... yes
|
|---|
| 11 | checking whether make supports nested variables... yes
|
|---|
| 12 | checking whether make supports nested variables... (cached) yes
|
|---|
| 13 | checking for style of include used by make... GNU
|
|---|
| 14 | checking for gcc... cc
|
|---|
| 15 | checking whether the C compiler works... yes
|
|---|
| 16 | checking for C compiler default output file name... a.out
|
|---|
| 17 | checking for suffix of executables...
|
|---|
| 18 | checking whether we are cross compiling... no
|
|---|
| 19 | checking for suffix of object files... o
|
|---|
| 20 | checking whether we are using the GNU C compiler... yes
|
|---|
| 21 | checking whether cc accepts -g... yes
|
|---|
| 22 | checking for cc option to accept ISO C89... none needed
|
|---|
| 23 | checking whether cc understands -c and -o together... yes
|
|---|
| 24 | checking dependency style of cc... gcc3
|
|---|
| 25 | checking for ar... ar
|
|---|
| 26 | checking the archiver (ar) interface... ar
|
|---|
| 27 | checking for gcc... (cached) cc
|
|---|
| 28 | checking whether we are using the GNU C compiler... (cached) yes
|
|---|
| 29 | checking whether cc accepts -g... (cached) yes
|
|---|
| 30 | checking for cc option to accept ISO C89... (cached) none needed
|
|---|
| 31 | checking whether cc understands -c and -o together... (cached) yes
|
|---|
| 32 | checking dependency style of cc... (cached) gcc3
|
|---|
| 33 | checking for g++... g++
|
|---|
| 34 | checking whether we are using the GNU C++ compiler... yes
|
|---|
| 35 | checking whether g++ accepts -g... yes
|
|---|
| 36 | checking dependency style of g++... gcc3
|
|---|
| 37 | checking how to run the C preprocessor... cc -E
|
|---|
| 38 | checking for grep that handles long lines and -e... /opt/local/bin/grep
|
|---|
| 39 | checking for egrep... /opt/local/bin/grep -E
|
|---|
| 40 | checking for ANSI C header files... yes
|
|---|
| 41 | checking for sys/types.h... yes
|
|---|
| 42 | checking for sys/stat.h... yes
|
|---|
| 43 | checking for stdlib.h... yes
|
|---|
| 44 | checking for string.h... yes
|
|---|
| 45 | checking for memory.h... yes
|
|---|
| 46 | checking for strings.h... yes
|
|---|
| 47 | checking for inttypes.h... yes
|
|---|
| 48 | checking for stdint.h... yes
|
|---|
| 49 | checking for unistd.h... yes
|
|---|
| 50 | checking for int64_t... yes
|
|---|
| 51 | checking build system type... x86_64-apple-darwin13.2.0
|
|---|
| 52 | checking host system type... x86_64-apple-darwin13.2.0
|
|---|
| 53 | checking how to print strings... printf
|
|---|
| 54 | checking for a sed that does not truncate output... /usr/bin/sed
|
|---|
| 55 | checking for fgrep... /opt/local/bin/grep -F
|
|---|
| 56 | checking for ld used by cc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
|
|---|
| 57 | checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
|
|---|
| 58 | checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
|
|---|
| 59 | checking the name lister (/usr/bin/nm) interface... BSD nm
|
|---|
| 60 | checking whether ln -s works... yes
|
|---|
| 61 | checking the maximum length of command line arguments... 196608
|
|---|
| 62 | checking whether the shell understands some XSI constructs... yes
|
|---|
| 63 | checking whether the shell understands "+="... yes
|
|---|
| 64 | checking how to convert x86_64-apple-darwin13.2.0 file names to x86_64-apple-darwin13.2.0 format... func_convert_file_noop
|
|---|
| 65 | checking how to convert x86_64-apple-darwin13.2.0 file names to toolchain format... func_convert_file_noop
|
|---|
| 66 | checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
|
|---|
| 67 | checking for objdump... objdump
|
|---|
| 68 | checking how to recognize dependent libraries... pass_all
|
|---|
| 69 | checking for dlltool... dlltool
|
|---|
| 70 | checking how to associate runtime and link libraries... printf %s\n
|
|---|
| 71 | checking for archiver @FILE support... no
|
|---|
| 72 | checking for strip... strip
|
|---|
| 73 | checking for ranlib... ranlib
|
|---|
| 74 | checking command to parse /usr/bin/nm output from cc object... ok
|
|---|
| 75 | checking for sysroot... no
|
|---|
| 76 | checking for mt... no
|
|---|
| 77 | checking if : is a manifest tool... no
|
|---|
| 78 | checking for dsymutil... dsymutil
|
|---|
| 79 | checking for nmedit... nmedit
|
|---|
| 80 | checking for lipo... lipo
|
|---|
| 81 | checking for otool... otool
|
|---|
| 82 | checking for otool64... no
|
|---|
| 83 | checking for -single_module linker flag... yes
|
|---|
| 84 | checking for -exported_symbols_list linker flag... yes
|
|---|
| 85 | checking for -force_load linker flag... yes
|
|---|
| 86 | checking for dlfcn.h... yes
|
|---|
| 87 | checking for objdir... .libs
|
|---|
| 88 | checking if cc supports -fno-rtti -fno-exceptions... yes
|
|---|
| 89 | checking for cc option to produce PIC... -fno-common -DPIC
|
|---|
| 90 | checking if cc PIC flag -fno-common -DPIC works... yes
|
|---|
| 91 | checking if cc static flag -static works... no
|
|---|
| 92 | checking if cc supports -c -o file.o... yes
|
|---|
| 93 | checking if cc supports -c -o file.o... (cached) yes
|
|---|
| 94 | checking whether the cc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
|
|---|
| 95 | checking dynamic linker characteristics... darwin13.2.0 dyld
|
|---|
| 96 | checking how to hardcode library paths into programs... immediate
|
|---|
| 97 | checking whether stripping libraries is possible... yes
|
|---|
| 98 | checking if libtool supports shared libraries... yes
|
|---|
| 99 | checking whether to build shared libraries... no
|
|---|
| 100 | checking whether to build static libraries... yes
|
|---|
| 101 | checking how to run the C++ preprocessor... g++ -E
|
|---|
| 102 | checking for ld used by g++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
|
|---|
| 103 | checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
|
|---|
| 104 | checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
|
|---|
| 105 | checking for g++ option to produce PIC... -fno-common -DPIC
|
|---|
| 106 | checking if g++ PIC flag -fno-common -DPIC works... yes
|
|---|
| 107 | checking if g++ static flag -static works... no
|
|---|
| 108 | checking if g++ supports -c -o file.o... yes
|
|---|
| 109 | checking if g++ supports -c -o file.o... (cached) yes
|
|---|
| 110 | checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
|
|---|
| 111 | checking dynamic linker characteristics... darwin13.2.0 dyld
|
|---|
| 112 | checking how to hardcode library paths into programs... immediate
|
|---|
| 113 | checking whether ln -s works... yes
|
|---|
| 114 | checking whether the -Werror option is usable... yes
|
|---|
| 115 | checking for simple visibility declarations... yes
|
|---|
| 116 | checking for ANSI C header files... (cached) yes
|
|---|
| 117 | checking limits.h usability... yes
|
|---|
| 118 | checking limits.h presence... yes
|
|---|
| 119 | checking for limits.h... yes
|
|---|
| 120 | checking for sys/types.h... (cached) yes
|
|---|
| 121 | checking for sys/stat.h... (cached) yes
|
|---|
| 122 | checking dirent.h usability... yes
|
|---|
| 123 | checking dirent.h presence... yes
|
|---|
| 124 | checking for dirent.h... yes
|
|---|
| 125 | checking windows.h usability... no
|
|---|
| 126 | checking windows.h presence... no
|
|---|
| 127 | checking for windows.h... no
|
|---|
| 128 | checking for alias support in the linker... yes
|
|---|
| 129 | checking string usability... yes
|
|---|
| 130 | checking string presence... yes
|
|---|
| 131 | checking for string... yes
|
|---|
| 132 | checking bits/type_traits.h usability... no
|
|---|
| 133 | checking bits/type_traits.h presence... no
|
|---|
| 134 | checking for bits/type_traits.h... no
|
|---|
| 135 | checking type_traits.h usability... no
|
|---|
| 136 | checking type_traits.h presence... no
|
|---|
| 137 | checking for type_traits.h... no
|
|---|
| 138 | checking for strtoq... yes
|
|---|
| 139 | checking for long long... yes
|
|---|
| 140 | checking for unsigned long long... yes
|
|---|
| 141 | checking for an ANSI C-conforming const... yes
|
|---|
| 142 | checking for size_t... yes
|
|---|
| 143 | checking for bcopy... yes
|
|---|
| 144 | checking for memmove... yes
|
|---|
| 145 | checking for strerror... yes
|
|---|
| 146 | checking zlib.h usability... yes
|
|---|
| 147 | checking zlib.h presence... yes
|
|---|
| 148 | checking for zlib.h... yes
|
|---|
| 149 | checking for gzopen in -lz... yes
|
|---|
| 150 | checking bzlib.h usability... yes
|
|---|
| 151 | checking bzlib.h presence... yes
|
|---|
| 152 | checking for bzlib.h... yes
|
|---|
| 153 | checking for libbz2... yes
|
|---|
| 154 | checking that generated files are newer than configure... done
|
|---|
| 155 | configure: creating ./config.status
|
|---|
| 156 | config.status: creating Makefile
|
|---|
| 157 | config.status: creating libpcre.pc
|
|---|
| 158 | config.status: creating libpcre16.pc
|
|---|
| 159 | config.status: creating libpcre32.pc
|
|---|
| 160 | config.status: creating libpcreposix.pc
|
|---|
| 161 | config.status: creating libpcrecpp.pc
|
|---|
| 162 | config.status: creating pcre-config
|
|---|
| 163 | config.status: creating pcre.h
|
|---|
| 164 | config.status: creating pcre_stringpiece.h
|
|---|
| 165 | config.status: creating pcrecpparg.h
|
|---|
| 166 | config.status: creating config.h
|
|---|
| 167 | config.status: executing depfiles commands
|
|---|
| 168 | config.status: executing libtool commands
|
|---|
| 169 | config.status: executing script-chmod commands
|
|---|
| 170 | config.status: executing delete-old-chartables commands
|
|---|
| 171 |
|
|---|
| 172 | pcre-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 |
|
|---|
| 215 | cc -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
|
|---|
| 218 | cc -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
|
|---|
| 221 | cc -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
|
|---|
| 224 | cc -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
|
|---|
| 227 | cc -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
|
|---|
| 230 | cc -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
|
|---|
| 233 | cc -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
|
|---|
| 236 | cc -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
|
|---|
| 239 | cc -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
|
|---|
| 242 | cc -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
|
|---|
| 245 | cc -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
|
|---|
| 248 | cc -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
|
|---|
| 251 | cc -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
|
|---|
| 254 | cc -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
|
|---|
| 257 | cc -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
|
|---|
| 260 | cc -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
|
|---|
| 263 | cc -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
|
|---|
| 266 | cc -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
|
|---|
| 269 | cc -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
|
|---|
| 272 | cc -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
|
|---|
| 275 | cc -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
|
|---|
| 278 | cc -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
|
|---|
| 281 | cc -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
|
|---|
| 284 | cc -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
|
|---|
| 287 | cc -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
|
|---|
| 290 | cc -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
|
|---|
| 293 | cc -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
|
|---|
| 296 | cc -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
|
|---|
| 299 | cc -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
|
|---|
| 302 | src/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 | ^
|
|---|
| 305 | src/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
|
|---|
| 309 | int MD5_Init(MD5_CTX *c) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 310 | ^
|
|---|
| 311 | src/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 | ^
|
|---|
| 314 | src/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
|
|---|
| 318 | int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 319 | ^
|
|---|
| 320 | src/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 | ^
|
|---|
| 323 | src/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
|
|---|
| 327 | int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 328 | ^
|
|---|
| 329 | src/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 | ^
|
|---|
| 332 | src/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
|
|---|
| 336 | int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 337 | ^
|
|---|
| 338 | src/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 | ^
|
|---|
| 341 | src/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
|
|---|
| 345 | int MD5_Init(MD5_CTX *c) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 346 | ^
|
|---|
| 347 | src/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 | ^
|
|---|
| 350 | src/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
|
|---|
| 354 | int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 355 | ^
|
|---|
| 356 | src/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 | ^
|
|---|
| 359 | src/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
|
|---|
| 363 | int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 364 | ^
|
|---|
| 365 | src/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 | ^
|
|---|
| 368 | src/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
|
|---|
| 372 | int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 373 | ^
|
|---|
| 374 | src/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 | ^
|
|---|
| 377 | src/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
|
|---|
| 381 | int MD5_Final(unsigned char *md, MD5_CTX *c) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 382 | ^
|
|---|
| 383 | src/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 | ^
|
|---|
| 386 | src/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
|
|---|
| 390 | int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 391 | ^
|
|---|
| 392 | src/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 | ^
|
|---|
| 395 | src/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
|
|---|
| 399 | int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 400 | ^
|
|---|
| 401 | src/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 | ^
|
|---|
| 404 | src/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
|
|---|
| 408 | int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 409 | ^
|
|---|
| 410 | src/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 | ^
|
|---|
| 413 | src/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
|
|---|
| 417 | int MD5_Final(unsigned char *md, MD5_CTX *c) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 418 | ^
|
|---|
| 419 | src/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 | ^
|
|---|
| 422 | src/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
|
|---|
| 426 | int MD5_Init(MD5_CTX *c) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 427 | ^
|
|---|
| 428 | src/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 | ^
|
|---|
| 431 | src/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
|
|---|
| 435 | int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 436 | ^
|
|---|
| 437 | src/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 | ^
|
|---|
| 440 | src/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
|
|---|
| 444 | int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 445 | ^
|
|---|
| 446 | src/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 | ^
|
|---|
| 449 | src/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
|
|---|
| 453 | int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 454 | ^
|
|---|
| 455 | src/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 | ^
|
|---|
| 458 | src/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
|
|---|
| 462 | int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 463 | ^
|
|---|
| 464 | src/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 | ^
|
|---|
| 467 | src/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
|
|---|
| 471 | int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 472 | ^
|
|---|
| 473 | src/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 | ^
|
|---|
| 476 | src/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
|
|---|
| 480 | int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 481 | ^
|
|---|
| 482 | src/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 | ^
|
|---|
| 485 | src/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
|
|---|
| 489 | int MD5_Final(unsigned char *md, MD5_CTX *c) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 490 | ^
|
|---|
| 491 | src/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 | ^
|
|---|
| 494 | src/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
|
|---|
| 498 | int SHA1_Init(SHA_CTX *c) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 499 | ^
|
|---|
| 500 | src/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 | ^
|
|---|
| 503 | src/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
|
|---|
| 507 | int SHA1_Update(SHA_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 508 | ^
|
|---|
| 509 | src/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 | ^
|
|---|
| 512 | src/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
|
|---|
| 516 | int SHA1_Update(SHA_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 517 | ^
|
|---|
| 518 | src/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 | ^
|
|---|
| 521 | src/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
|
|---|
| 525 | int SHA1_Final(unsigned char *md, SHA_CTX *c) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 526 | ^
|
|---|
| 527 | src/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 | ^
|
|---|
| 530 | src/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
|
|---|
| 534 | int SHA1_Init(SHA_CTX *c) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 535 | ^
|
|---|
| 536 | src/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 | ^
|
|---|
| 539 | src/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
|
|---|
| 543 | int SHA1_Update(SHA_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 544 | ^
|
|---|
| 545 | src/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 | ^
|
|---|
| 548 | src/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
|
|---|
| 552 | int SHA1_Final(unsigned char *md, SHA_CTX *c) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 553 | ^
|
|---|
| 554 | 28 warnings generated.
|
|---|
| 555 | cc -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
|
|---|
| 558 | cc -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
|
|---|
| 561 | cc -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
|
|---|
| 564 | cc -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
|
|---|
| 567 | cc -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
|
|---|
| 570 | cc -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
|
|---|
| 573 | cc -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
|
|---|
| 576 | cc -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
|
|---|
| 579 | cc -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
|
|---|
| 582 | cc -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
|
|---|
| 585 | cc -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
|
|---|
| 588 | cc -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
|
|---|
| 591 | cc -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
|
|---|
| 594 | cc -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
|
|---|
| 597 | cc -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
|
|---|
| 600 | cc -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
|
|---|
| 603 | cc -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
|
|---|
| 606 | cc -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
|
|---|
| 609 | cc -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
|
|---|
| 612 | cc -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
|
|---|
| 615 | cc -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
|
|---|
| 618 | cc -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
|
|---|
| 621 | cc -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
|
|---|
| 624 | cc -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
|
|---|
| 627 | cc -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
|
|---|
| 630 | cc -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
|
|---|
| 633 | cc -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
|
|---|
| 636 | cc -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
|
|---|
| 639 | cc -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
|
|---|
| 642 | cc -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
|
|---|
| 645 | cc -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
|
|---|
| 648 | src/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
|
|---|
| 652 | void OPENSSL_config(const char *config_name) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 653 | ^
|
|---|
| 654 | src/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
|
|---|
| 658 | int SSL_library_init(void ) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 659 | ^
|
|---|
| 660 | src/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
|
|---|
| 664 | void SSL_load_error_strings(void ) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 665 | ^
|
|---|
| 666 | src/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
|
|---|
| 673 | void OPENSSL_add_all_algorithms_noconf(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 674 | ^
|
|---|
| 675 | src/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
|
|---|
| 679 | STACK_OF(SSL_COMP) *SSL_COMP_get_compression_methods(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 680 | ^
|
|---|
| 681 | src/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
|
|---|
| 691 | int sk_num(const STACK *) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 692 | ^
|
|---|
| 693 | src/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
|
|---|
| 703 | char *sk_pop(STACK *st) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 704 | ^
|
|---|
| 705 | src/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
|
|---|
| 709 | int SSL_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
|
|---|
| 710 | ^
|
|---|
| 711 | src/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
|
|---|
| 715 | int SSL_CTX_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
|
|---|
| 716 | ^
|
|---|
| 717 | src/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
|
|---|
| 721 | int SSL_CTX_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
|
|---|
| 722 | ^
|
|---|
| 723 | src/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
|
|---|
| 727 | int SSL_CTX_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
|
|---|
| 728 | ^
|
|---|
| 729 | src/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
|
|---|
| 733 | int SSL_CTX_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
|
|---|
| 734 | ^
|
|---|
| 735 | src/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
|
|---|
| 739 | int SSL_CTX_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
|
|---|
| 740 | ^
|
|---|
| 741 | src/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
|
|---|
| 745 | SSL_CTX *SSL_CTX_new(SSL_METHOD *meth) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 746 | ^
|
|---|
| 747 | src/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
|
|---|
| 751 | SSL_METHOD *SSLv23_method(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER; /* SSLv3 but can rollback to v2 */
|
|---|
| 752 | ^
|
|---|
| 753 | src/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
|
|---|
| 757 | int SSL_CTX_set_ex_data(SSL_CTX *ssl,int idx,void *data) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 758 | ^
|
|---|
| 759 | src/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
|
|---|
| 766 | long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 767 | ^
|
|---|
| 768 | src/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
|
|---|
| 775 | long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 776 | ^
|
|---|
| 777 | src/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
|
|---|
| 784 | long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 785 | ^
|
|---|
| 786 | src/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
|
|---|
| 793 | long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 794 | ^
|
|---|
| 795 | src/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
|
|---|
| 802 | long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 803 | ^
|
|---|
| 804 | src/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
|
|---|
| 811 | long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 812 | ^
|
|---|
| 813 | src/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
|
|---|
| 820 | long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 821 | ^
|
|---|
| 822 | src/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
|
|---|
| 829 | long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 830 | ^
|
|---|
| 831 | src/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
|
|---|
| 838 | long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 839 | ^
|
|---|
| 840 | src/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
|
|---|
| 847 | long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 848 | ^
|
|---|
| 849 | src/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
|
|---|
| 856 | long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 857 | ^
|
|---|
| 858 | src/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
|
|---|
| 865 | long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 866 | ^
|
|---|
| 867 | src/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
|
|---|
| 874 | long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 875 | ^
|
|---|
| 876 | src/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
|
|---|
| 883 | long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 884 | ^
|
|---|
| 885 | src/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
|
|---|
| 889 | void 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 | ^
|
|---|
| 891 | src/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
|
|---|
| 895 | BIO *BIO_new_file(const char *filename, const char *mode) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 896 | ^
|
|---|
| 897 | src/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
|
|---|
| 901 | int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 902 | ^
|
|---|
| 903 | src/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
|
|---|
| 907 | int SSL_CTX_use_certificate(SSL_CTX *ctx, X509 *x) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 908 | ^
|
|---|
| 909 | src/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
|
|---|
| 913 | int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 914 | ^
|
|---|
| 915 | src/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
|
|---|
| 919 | int SSL_CTX_set_ex_data(SSL_CTX *ssl,int idx,void *data) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 920 | ^
|
|---|
| 921 | src/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
|
|---|
| 925 | int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 926 | ^
|
|---|
| 927 | src/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
|
|---|
| 931 | unsigned long ERR_peek_last_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 932 | ^
|
|---|
| 933 | src/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
|
|---|
| 937 | void ERR_clear_error(void ) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 938 | ^
|
|---|
| 939 | src/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
|
|---|
| 943 | int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 944 | ^
|
|---|
| 945 | src/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
|
|---|
| 952 | long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 953 | ^
|
|---|
| 954 | src/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
|
|---|
| 958 | int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 959 | ^
|
|---|
| 960 | src/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
|
|---|
| 964 | int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 965 | ^
|
|---|
| 966 | src/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
|
|---|
| 970 | int SSL_CTX_use_PrivateKey_file(SSL_CTX *ctx, const char *file, int type) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 971 | ^
|
|---|
| 972 | src/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
|
|---|
| 976 | void SSL_CTX_set_verify(SSL_CTX *ctx,int mode,
|
|---|
| 977 | ^
|
|---|
| 978 | src/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
|
|---|
| 982 | void SSL_CTX_set_verify_depth(SSL_CTX *ctx,int depth) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 983 | ^
|
|---|
| 984 | src/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
|
|---|
| 988 | int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *CAfile,
|
|---|
| 989 | ^
|
|---|
| 990 | src/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
|
|---|
| 994 | void ERR_clear_error(void ) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 995 | ^
|
|---|
| 996 | src/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
|
|---|
| 1000 | STACK_OF(X509_NAME) *SSL_load_client_CA_file(const char *file) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1001 | ^
|
|---|
| 1002 | src/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
|
|---|
| 1006 | void ERR_clear_error(void ) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1007 | ^
|
|---|
| 1008 | src/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
|
|---|
| 1012 | void 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 | ^
|
|---|
| 1014 | src/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
|
|---|
| 1018 | void SSL_CTX_set_verify_depth(SSL_CTX *ctx,int depth) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1019 | ^
|
|---|
| 1020 | src/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
|
|---|
| 1024 | int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *CAfile,
|
|---|
| 1025 | ^
|
|---|
| 1026 | src/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
|
|---|
| 1030 | void ERR_clear_error(void ) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1031 | ^
|
|---|
| 1032 | src/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
|
|---|
| 1036 | X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1037 | ^
|
|---|
| 1038 | src/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
|
|---|
| 1042 | X509_LOOKUP *X509_STORE_add_lookup(X509_STORE *v, X509_LOOKUP_METHOD *m) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1043 | ^
|
|---|
| 1044 | src/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
|
|---|
| 1048 | X509_LOOKUP_METHOD *X509_LOOKUP_file(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1049 | ^
|
|---|
| 1050 | src/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
|
|---|
| 1057 | int X509_LOOKUP_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc,
|
|---|
| 1058 | ^
|
|---|
| 1059 | src/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
|
|---|
| 1063 | int X509_STORE_set_flags(X509_STORE *ctx, unsigned long flags) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1064 | ^
|
|---|
| 1065 | src/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 | ^
|
|---|
| 1068 | src/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
|
|---|
| 1072 | void *SSL_get_ex_data(const SSL *ssl,int idx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1073 | ^
|
|---|
| 1074 | src/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 | ^
|
|---|
| 1077 | src/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
|
|---|
| 1081 | void *SSL_get_ex_data(const SSL *ssl,int idx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1082 | ^
|
|---|
| 1083 | src/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
|
|---|
| 1087 | BIO * SSL_get_rbio(const SSL *s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1088 | ^
|
|---|
| 1089 | src/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
|
|---|
| 1093 | BIO * SSL_get_wbio(const SSL *s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1094 | ^
|
|---|
| 1095 | src/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
|
|---|
| 1102 | long BIO_int_ctrl(BIO *bp,int cmd,long larg,int iarg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1103 | ^
|
|---|
| 1104 | src/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
|
|---|
| 1108 | RSA * RSA_generate_key(int bits, unsigned long e,void
|
|---|
| 1109 | ^
|
|---|
| 1110 | src/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
|
|---|
| 1114 | DH * DH_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1115 | ^
|
|---|
| 1116 | src/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
|
|---|
| 1120 | BIGNUM *BN_bin2bn(const unsigned char *s,int len,BIGNUM *ret) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1121 | ^
|
|---|
| 1122 | src/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
|
|---|
| 1126 | BIGNUM *BN_bin2bn(const unsigned char *s,int len,BIGNUM *ret) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1127 | ^
|
|---|
| 1128 | src/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
|
|---|
| 1132 | void DH_free(DH *dh) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1133 | ^
|
|---|
| 1134 | src/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
|
|---|
| 1141 | long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1142 | ^
|
|---|
| 1143 | src/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
|
|---|
| 1147 | void DH_free(DH *dh) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1148 | ^
|
|---|
| 1149 | src/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
|
|---|
| 1153 | BIO *BIO_new_file(const char *filename, const char *mode) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1154 | ^
|
|---|
| 1155 | src/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
|
|---|
| 1159 | int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1160 | ^
|
|---|
| 1161 | src/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
|
|---|
| 1168 | long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1169 | ^
|
|---|
| 1170 | src/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
|
|---|
| 1174 | void DH_free(DH *dh) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1175 | ^
|
|---|
| 1176 | src/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
|
|---|
| 1180 | int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1181 | ^
|
|---|
| 1182 | src/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
|
|---|
| 1186 | int OBJ_sn2nid(const char *s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1187 | ^
|
|---|
| 1188 | src/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
|
|---|
| 1192 | EC_KEY *EC_KEY_new_by_curve_name(int nid) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1193 | ^
|
|---|
| 1194 | src/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
|
|---|
| 1201 | long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1202 | ^
|
|---|
| 1203 | src/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
|
|---|
| 1210 | long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1211 | ^
|
|---|
| 1212 | src/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
|
|---|
| 1216 | void EC_KEY_free(EC_KEY *) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1217 | ^
|
|---|
| 1218 | src/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
|
|---|
| 1222 | SSL * SSL_new(SSL_CTX *ctx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1223 | ^
|
|---|
| 1224 | src/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
|
|---|
| 1228 | int SSL_set_fd(SSL *s, int fd) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1229 | ^
|
|---|
| 1230 | src/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
|
|---|
| 1234 | void SSL_set_connect_state(SSL *s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1235 | ^
|
|---|
| 1236 | src/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
|
|---|
| 1240 | void SSL_set_accept_state(SSL *s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1241 | ^
|
|---|
| 1242 | src/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
|
|---|
| 1246 | int SSL_set_ex_data(SSL *ssl,int idx,void *data) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1247 | ^
|
|---|
| 1248 | src/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
|
|---|
| 1252 | int SSL_set_session(SSL *to, SSL_SESSION *session) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1253 | ^
|
|---|
| 1254 | src/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
|
|---|
| 1258 | int SSL_do_handshake(SSL *s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1259 | ^
|
|---|
| 1260 | src/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
|
|---|
| 1264 | int SSL_get_error(const SSL *s,int ret_code) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1265 | ^
|
|---|
| 1266 | src/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
|
|---|
| 1270 | unsigned long ERR_peek_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1271 | ^
|
|---|
| 1272 | src/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
|
|---|
| 1276 | int SSL_read(SSL *ssl,void *buf,int num) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1277 | ^
|
|---|
| 1278 | src/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
|
|---|
| 1282 | unsigned long ERR_peek_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1283 | ^
|
|---|
| 1284 | src/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
|
|---|
| 1288 | void ERR_clear_error(void ) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1289 | ^
|
|---|
| 1290 | src/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
|
|---|
| 1294 | int SSL_get_error(const SSL *s,int ret_code) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1295 | ^
|
|---|
| 1296 | src/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
|
|---|
| 1300 | unsigned long ERR_peek_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1301 | ^
|
|---|
| 1302 | src/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
|
|---|
| 1306 | int SSL_write(SSL *ssl,const void *buf,int num) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1307 | ^
|
|---|
| 1308 | src/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
|
|---|
| 1312 | int SSL_get_error(const SSL *s,int ret_code) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1313 | ^
|
|---|
| 1314 | src/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
|
|---|
| 1318 | void SSL_set_quiet_shutdown(SSL *ssl,int mode) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1319 | ^
|
|---|
| 1320 | src/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
|
|---|
| 1324 | int SSL_get_shutdown(const SSL *ssl) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1325 | ^
|
|---|
| 1326 | src/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
|
|---|
| 1330 | void SSL_set_quiet_shutdown(SSL *ssl,int mode) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1331 | ^
|
|---|
| 1332 | src/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
|
|---|
| 1336 | void SSL_set_shutdown(SSL *ssl,int mode) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1337 | ^
|
|---|
| 1338 | src/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
|
|---|
| 1342 | int SSL_shutdown(SSL *s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1343 | ^
|
|---|
| 1344 | src/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
|
|---|
| 1348 | unsigned long ERR_peek_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1349 | ^
|
|---|
| 1350 | src/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
|
|---|
| 1354 | int SSL_get_error(const SSL *s,int ret_code) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1355 | ^
|
|---|
| 1356 | src/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
|
|---|
| 1360 | void SSL_free(SSL *ssl) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1361 | ^
|
|---|
| 1362 | src/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
|
|---|
| 1366 | void SSL_free(SSL *ssl) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1367 | ^
|
|---|
| 1368 | src/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
|
|---|
| 1375 | unsigned long ERR_peek_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1376 | ^
|
|---|
| 1377 | src/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
|
|---|
| 1381 | unsigned long ERR_peek_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1382 | ^
|
|---|
| 1383 | src/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
|
|---|
| 1387 | void ERR_clear_error(void ) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1388 | ^
|
|---|
| 1389 | src/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
|
|---|
| 1393 | unsigned long ERR_peek_error_line_data(const char **file,int *line,
|
|---|
| 1394 | ^
|
|---|
| 1395 | src/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
|
|---|
| 1399 | void ERR_error_string_n(unsigned long e, char *buf, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1400 | ^
|
|---|
| 1401 | src/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
|
|---|
| 1405 | unsigned long ERR_get_error(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1406 | ^
|
|---|
| 1407 | src/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
|
|---|
| 1411 | long SSL_CTX_set_timeout(SSL_CTX *ctx,long t) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1412 | ^
|
|---|
| 1413 | src/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
|
|---|
| 1420 | long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1421 | ^
|
|---|
| 1422 | src/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
|
|---|
| 1426 | int SSL_CTX_set_session_id_context(SSL_CTX *ctx,const unsigned char *sid_ctx,
|
|---|
| 1427 | ^
|
|---|
| 1428 | src/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
|
|---|
| 1435 | long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1436 | ^
|
|---|
| 1437 | src/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
|
|---|
| 1444 | long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1445 | ^
|
|---|
| 1446 | src/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
|
|---|
| 1453 | long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1454 | ^
|
|---|
| 1455 | src/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
|
|---|
| 1462 | long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1463 | ^
|
|---|
| 1464 | src/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
|
|---|
| 1468 | void 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 | ^
|
|---|
| 1470 | src/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
|
|---|
| 1474 | void 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 | ^
|
|---|
| 1476 | src/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
|
|---|
| 1480 | void 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 | ^
|
|---|
| 1482 | src/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
|
|---|
| 1486 | int SSL_CTX_set_ex_data(SSL_CTX *ssl,int idx,void *data) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1487 | ^
|
|---|
| 1488 | src/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
|
|---|
| 1492 | int i2d_SSL_SESSION(SSL_SESSION *in,unsigned char **pp) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1493 | ^
|
|---|
| 1494 | src/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
|
|---|
| 1498 | int i2d_SSL_SESSION(SSL_SESSION *in,unsigned char **pp) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1499 | ^
|
|---|
| 1500 | src/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 | ^
|
|---|
| 1503 | src/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
|
|---|
| 1507 | void *SSL_get_ex_data(const SSL *ssl,int idx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1508 | ^
|
|---|
| 1509 | src/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
|
|---|
| 1513 | SSL_CTX *SSL_get_SSL_CTX(const SSL *ssl) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1514 | ^
|
|---|
| 1515 | src/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
|
|---|
| 1519 | void *SSL_CTX_get_ex_data(const SSL_CTX *ssl,int idx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1520 | ^
|
|---|
| 1521 | src/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
|
|---|
| 1525 | long SSL_CTX_get_timeout(const SSL_CTX *ctx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1526 | ^
|
|---|
| 1527 | src/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
|
|---|
| 1531 | void *SSL_CTX_get_ex_data(const SSL_CTX *ssl,int idx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1532 | ^
|
|---|
| 1533 | src/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
|
|---|
| 1537 | SSL_CTX *SSL_get_SSL_CTX(const SSL *ssl) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1538 | ^
|
|---|
| 1539 | src/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
|
|---|
| 1543 | SSL_SESSION *d2i_SSL_SESSION(SSL_SESSION **a,const unsigned char **pp,
|
|---|
| 1544 | ^
|
|---|
| 1545 | src/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
|
|---|
| 1549 | int SSL_CTX_remove_session(SSL_CTX *,SSL_SESSION *c) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1550 | ^
|
|---|
| 1551 | src/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
|
|---|
| 1555 | void *SSL_CTX_get_ex_data(const SSL_CTX *ssl,int idx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1556 | ^
|
|---|
| 1557 | src/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
|
|---|
| 1561 | int SSL_CTX_set_ex_data(SSL_CTX *ssl,int idx,void *data) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1562 | ^
|
|---|
| 1563 | src/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
|
|---|
| 1570 | long SSL_CTX_callback_ctrl(SSL_CTX *, int, void (*)(void)) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1571 | ^
|
|---|
| 1572 | src/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
|
|---|
| 1576 | SSL_CTX *SSL_get_SSL_CTX(const SSL *ssl) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1577 | ^
|
|---|
| 1578 | src/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
|
|---|
| 1582 | void *SSL_CTX_get_ex_data(const SSL_CTX *ssl,int idx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1583 | ^
|
|---|
| 1584 | src/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
|
|---|
| 1588 | int RAND_pseudo_bytes(unsigned char *buf,int num) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1589 | ^
|
|---|
| 1590 | src/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
|
|---|
| 1594 | int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
|
|---|
| 1595 | ^
|
|---|
| 1596 | src/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
|
|---|
| 1600 | const EVP_CIPHER *EVP_aes_128_cbc(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1601 | ^
|
|---|
| 1602 | src/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
|
|---|
| 1606 | void HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,
|
|---|
| 1607 | ^
|
|---|
| 1608 | src/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 | ^
|
|---|
| 1611 | src/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
|
|---|
| 1615 | const EVP_MD *EVP_sha256(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1616 | ^
|
|---|
| 1617 | src/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
|
|---|
| 1621 | void HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len,
|
|---|
| 1622 | ^
|
|---|
| 1623 | src/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 | ^
|
|---|
| 1626 | src/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
|
|---|
| 1630 | const EVP_MD *EVP_sha256(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1631 | ^
|
|---|
| 1632 | src/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
|
|---|
| 1636 | int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl,
|
|---|
| 1637 | ^
|
|---|
| 1638 | src/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
|
|---|
| 1642 | const EVP_CIPHER *EVP_aes_128_cbc(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1643 | ^
|
|---|
| 1644 | src/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
|
|---|
| 1648 | void SSL_CTX_free(SSL_CTX *) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1649 | ^
|
|---|
| 1650 | src/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
|
|---|
| 1654 | const char *SSL_get_version(const SSL *s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1655 | ^
|
|---|
| 1656 | src/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
|
|---|
| 1663 | const char * SSL_CIPHER_get_name(const SSL_CIPHER *c) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1664 | ^
|
|---|
| 1665 | src/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
|
|---|
| 1672 | SSL_CIPHER *SSL_get_current_cipher(const SSL *s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1673 | ^
|
|---|
| 1674 | src/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
|
|---|
| 1681 | SSL_SESSION *SSL_get_session(const SSL *ssl) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1682 | ^
|
|---|
| 1683 | src/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
|
|---|
| 1690 | long SSL_ctrl(SSL *ssl,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1691 | ^
|
|---|
| 1692 | src/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
|
|---|
| 1696 | X509 * SSL_get_peer_certificate(const SSL *s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1697 | ^
|
|---|
| 1698 | src/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
|
|---|
| 1702 | BIO * BIO_new(BIO_METHOD *type) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1703 | ^
|
|---|
| 1704 | src/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
|
|---|
| 1708 | BIO_METHOD *BIO_s_mem(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1709 | ^
|
|---|
| 1710 | src/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
|
|---|
| 1717 | long BIO_ctrl(BIO *bp,int cmd,long larg,void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1718 | ^
|
|---|
| 1719 | src/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
|
|---|
| 1723 | int BIO_read(BIO *b, void *data, int len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1724 | ^
|
|---|
| 1725 | src/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
|
|---|
| 1729 | int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1730 | ^
|
|---|
| 1731 | src/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
|
|---|
| 1735 | int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1736 | ^
|
|---|
| 1737 | src/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
|
|---|
| 1741 | X509 * SSL_get_peer_certificate(const SSL *s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1742 | ^
|
|---|
| 1743 | src/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
|
|---|
| 1747 | X509_NAME * X509_get_subject_name(X509 *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1748 | ^
|
|---|
| 1749 | src/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
|
|---|
| 1753 | char * X509_NAME_oneline(X509_NAME *a,char *buf,int size) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1754 | ^
|
|---|
| 1755 | src/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
|
|---|
| 1762 | void CRYPTO_free(void *) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1763 | ^
|
|---|
| 1764 | src/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
|
|---|
| 1771 | void CRYPTO_free(void *) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1772 | ^
|
|---|
| 1773 | src/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
|
|---|
| 1777 | X509 * SSL_get_peer_certificate(const SSL *s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1778 | ^
|
|---|
| 1779 | src/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
|
|---|
| 1783 | X509_NAME * X509_get_issuer_name(X509 *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1784 | ^
|
|---|
| 1785 | src/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
|
|---|
| 1789 | char * X509_NAME_oneline(X509_NAME *a,char *buf,int size) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1790 | ^
|
|---|
| 1791 | src/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
|
|---|
| 1798 | void CRYPTO_free(void *) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1799 | ^
|
|---|
| 1800 | src/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
|
|---|
| 1807 | void CRYPTO_free(void *) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1808 | ^
|
|---|
| 1809 | src/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
|
|---|
| 1813 | X509 * SSL_get_peer_certificate(const SSL *s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1814 | ^
|
|---|
| 1815 | src/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
|
|---|
| 1819 | BIO * BIO_new(BIO_METHOD *type) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1820 | ^
|
|---|
| 1821 | src/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
|
|---|
| 1825 | BIO_METHOD *BIO_s_mem(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1826 | ^
|
|---|
| 1827 | src/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
|
|---|
| 1831 | int i2a_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1832 | ^
|
|---|
| 1833 | src/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
|
|---|
| 1837 | ASN1_INTEGER * X509_get_serialNumber(X509 *x) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1838 | ^
|
|---|
| 1839 | src/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
|
|---|
| 1846 | long BIO_ctrl(BIO *bp,int cmd,long larg,void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1847 | ^
|
|---|
| 1848 | src/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
|
|---|
| 1852 | int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1853 | ^
|
|---|
| 1854 | src/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
|
|---|
| 1858 | int BIO_read(BIO *b, void *data, int len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1859 | ^
|
|---|
| 1860 | src/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
|
|---|
| 1864 | int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1865 | ^
|
|---|
| 1866 | src/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
|
|---|
| 1870 | long SSL_get_verify_result(const SSL *ssl) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1871 | ^
|
|---|
| 1872 | src/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
|
|---|
| 1876 | X509 * SSL_get_peer_certificate(const SSL *s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1877 | ^
|
|---|
| 1878 | src/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
|
|---|
| 1882 | ENGINE *ENGINE_by_id(const char *id) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1883 | ^
|
|---|
| 1884 | src/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
|
|---|
| 1888 | int ENGINE_set_default(ENGINE *e, unsigned int flags) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1889 | ^
|
|---|
| 1890 | src/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
|
|---|
| 1894 | int ENGINE_free(ENGINE *e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1895 | ^
|
|---|
| 1896 | src/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
|
|---|
| 1900 | int ENGINE_free(ENGINE *e) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1901 | ^
|
|---|
| 1902 | src/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
|
|---|
| 1906 | void EVP_cleanup(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1907 | ^
|
|---|
| 1908 | src/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
|
|---|
| 1912 | void ENGINE_cleanup(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1913 | ^
|
|---|
| 1914 | 187 warnings generated.
|
|---|
| 1915 | cc -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
|
|---|
| 1918 | src/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
|
|---|
| 1922 | int SSL_CTX_set_ex_data(SSL_CTX *ssl,int idx,void *data) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1923 | ^
|
|---|
| 1924 | src/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
|
|---|
| 1931 | long SSL_CTX_callback_ctrl(SSL_CTX *, int, void (*)(void)) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1932 | ^
|
|---|
| 1933 | src/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
|
|---|
| 1940 | long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1941 | ^
|
|---|
| 1942 | src/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
|
|---|
| 1946 | void *SSL_CTX_get_ex_data(const SSL_CTX *ssl,int idx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1947 | ^
|
|---|
| 1948 | src/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
|
|---|
| 1952 | BIO *BIO_new_file(const char *filename, const char *mode) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1953 | ^
|
|---|
| 1954 | src/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
|
|---|
| 1964 | void *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 | ^
|
|---|
| 1966 | src/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
|
|---|
| 1970 | int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1971 | ^
|
|---|
| 1972 | src/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
|
|---|
| 1976 | int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1977 | ^
|
|---|
| 1978 | src/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
|
|---|
| 1982 | int BIO_free(BIO *a) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1983 | ^
|
|---|
| 1984 | src/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
|
|---|
| 1988 | void *SSL_CTX_get_ex_data(const SSL_CTX *ssl,int idx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1989 | ^
|
|---|
| 1990 | src/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
|
|---|
| 1994 | void *SSL_CTX_get_ex_data(const SSL_CTX *ssl,int idx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 1995 | ^
|
|---|
| 1996 | src/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
|
|---|
| 2006 | int sk_num(const STACK *) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2007 | ^
|
|---|
| 2008 | src/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
|
|---|
| 2018 | char *sk_value(const STACK *, int) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2019 | ^
|
|---|
| 2020 | src/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
|
|---|
| 2024 | int X509_check_issued(X509 *issuer, X509 *subject) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2025 | ^
|
|---|
| 2026 | src/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
|
|---|
| 2033 | int CRYPTO_add_lock(int *pointer,int amount,int type, const char *file,
|
|---|
| 2034 | ^
|
|---|
| 2035 | src/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
|
|---|
| 2039 | X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2040 | ^
|
|---|
| 2041 | src/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
|
|---|
| 2045 | X509_STORE_CTX *X509_STORE_CTX_new(void) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2046 | ^
|
|---|
| 2047 | src/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
|
|---|
| 2051 | int X509_STORE_CTX_init(X509_STORE_CTX *ctx, X509_STORE *store,
|
|---|
| 2052 | ^
|
|---|
| 2053 | src/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
|
|---|
| 2057 | int X509_STORE_CTX_get1_issuer(X509 **issuer, X509_STORE_CTX *ctx, X509 *x) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2058 | ^
|
|---|
| 2059 | src/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
|
|---|
| 2063 | void X509_STORE_CTX_free(X509_STORE_CTX *ctx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2064 | ^
|
|---|
| 2065 | src/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
|
|---|
| 2069 | void X509_STORE_CTX_free(X509_STORE_CTX *ctx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2070 | ^
|
|---|
| 2071 | src/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
|
|---|
| 2075 | void X509_STORE_CTX_free(X509_STORE_CTX *ctx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2076 | ^
|
|---|
| 2077 | src/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
|
|---|
| 2081 | void *SSL_CTX_get_ex_data(const SSL_CTX *ssl,int idx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2082 | ^
|
|---|
| 2083 | src/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
|
|---|
| 2087 | STACK *X509_get1_ocsp(X509 *x) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2088 | ^
|
|---|
| 2089 | src/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
|
|---|
| 2093 | char *sk_value(const STACK *, int) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2094 | ^
|
|---|
| 2095 | src/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
|
|---|
| 2099 | void X509_email_free(STACK *sk) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2100 | ^
|
|---|
| 2101 | src/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
|
|---|
| 2105 | void X509_email_free(STACK *sk) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2106 | ^
|
|---|
| 2107 | src/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
|
|---|
| 2111 | void X509_email_free(STACK *sk) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2112 | ^
|
|---|
| 2113 | src/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
|
|---|
| 2117 | void *SSL_CTX_get_ex_data(const SSL_CTX *ssl,int idx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2118 | ^
|
|---|
| 2119 | src/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 | ^
|
|---|
| 2122 | src/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
|
|---|
| 2126 | void *SSL_get_ex_data(const SSL *ssl,int idx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2127 | ^
|
|---|
| 2128 | src/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
|
|---|
| 2135 | void *CRYPTO_malloc(int num, const char *file, int line) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2136 | ^
|
|---|
| 2137 | src/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
|
|---|
| 2144 | long SSL_ctrl(SSL *ssl,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2145 | ^
|
|---|
| 2146 | src/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
|
|---|
| 2150 | int OCSP_response_status(OCSP_RESPONSE *resp) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2151 | ^
|
|---|
| 2152 | src/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 | ^
|
|---|
| 2155 | src/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
|
|---|
| 2159 | char *OCSP_response_status_str(long s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2160 | ^
|
|---|
| 2161 | src/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
|
|---|
| 2165 | OCSP_BASICRESP *OCSP_response_get1_basic(OCSP_RESPONSE *resp) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2166 | ^
|
|---|
| 2167 | src/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
|
|---|
| 2171 | X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2172 | ^
|
|---|
| 2173 | src/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
|
|---|
| 2177 | int OCSP_basic_verify(OCSP_BASICRESP *bs, STACK_OF(X509) *certs,
|
|---|
| 2178 | ^
|
|---|
| 2179 | src/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
|
|---|
| 2183 | OCSP_CERTID *OCSP_cert_to_id(const EVP_MD *dgst, X509 *subject, X509 *issuer) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2184 | ^
|
|---|
| 2185 | src/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
|
|---|
| 2189 | int OCSP_resp_find_status(OCSP_BASICRESP *bs, OCSP_CERTID *id, int *status,
|
|---|
| 2190 | ^
|
|---|
| 2191 | src/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 | ^
|
|---|
| 2194 | src/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
|
|---|
| 2198 | char *OCSP_cert_status_str(long s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2199 | ^
|
|---|
| 2200 | src/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
|
|---|
| 2204 | int OCSP_check_validity(ASN1_GENERALIZEDTIME *thisupd,
|
|---|
| 2205 | ^
|
|---|
| 2206 | src/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
|
|---|
| 2210 | OCSP_CERTID *OCSP_cert_to_id(const EVP_MD *dgst, X509 *subject, X509 *issuer) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2211 | ^
|
|---|
| 2212 | src/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
|
|---|
| 2216 | OCSP_ONEREQ *OCSP_request_add0_id(OCSP_REQUEST *req, OCSP_CERTID *cid) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2217 | ^
|
|---|
| 2218 | 43 warnings generated.
|
|---|
| 2219 | cc -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
|
|---|
| 2222 | cc -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
|
|---|
| 2225 | cc -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
|
|---|
| 2228 | cc -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
|
|---|
| 2231 | cc -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
|
|---|
| 2234 | src/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 | ^
|
|---|
| 2237 | src/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
|
|---|
| 2241 | void *SSL_get_ex_data(const SSL *ssl,int idx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2242 | ^
|
|---|
| 2243 | src/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
|
|---|
| 2247 | SSL_CTX *SSL_set_SSL_CTX(SSL *ssl, SSL_CTX* ctx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2248 | ^
|
|---|
| 2249 | src/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
|
|---|
| 2253 | void SSL_set_verify(SSL *s, int mode,
|
|---|
| 2254 | ^
|
|---|
| 2255 | src/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
|
|---|
| 2259 | int SSL_CTX_get_verify_mode(const SSL_CTX *ctx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2260 | ^
|
|---|
| 2261 | src/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
|
|---|
| 2265 | int (*SSL_CTX_get_verify_callback(const SSL_CTX *ctx))(int,X509_STORE_CTX *) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2266 | ^
|
|---|
| 2267 | src/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
|
|---|
| 2271 | void SSL_set_verify_depth(SSL *s, int depth) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2272 | ^
|
|---|
| 2273 | src/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
|
|---|
| 2277 | int SSL_CTX_get_verify_depth(const SSL_CTX *ctx) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2278 | ^
|
|---|
| 2279 | src/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
|
|---|
| 2286 | long SSL_ctrl(SSL *ssl,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2287 | ^
|
|---|
| 2288 | src/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
|
|---|
| 2298 | long SSL_ctrl(SSL *ssl,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2299 | ^
|
|---|
| 2300 | src/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
|
|---|
| 2310 | long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2311 | ^
|
|---|
| 2312 | src/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
|
|---|
| 2319 | long SSL_ctrl(SSL *ssl,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2320 | ^
|
|---|
| 2321 | src/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
|
|---|
| 2331 | long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2332 | ^
|
|---|
| 2333 | src/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
|
|---|
| 2337 | long SSL_get_verify_result(const SSL *ssl) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2338 | ^
|
|---|
| 2339 | src/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 | ^
|
|---|
| 2342 | src/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
|
|---|
| 2346 | const char *X509_verify_cert_error_string(long n) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2347 | ^
|
|---|
| 2348 | src/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
|
|---|
| 2355 | SSL_SESSION *SSL_get_session(const SSL *ssl) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2356 | ^
|
|---|
| 2357 | src/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
|
|---|
| 2361 | X509 * SSL_get_peer_certificate(const SSL *s) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2362 | ^
|
|---|
| 2363 | src/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
|
|---|
| 2370 | SSL_SESSION *SSL_get_session(const SSL *ssl) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2371 | ^
|
|---|
| 2372 | 17 warnings generated.
|
|---|
| 2373 | cc -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
|
|---|
| 2376 | cc -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
|
|---|
| 2379 | cc -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
|
|---|
| 2382 | cc -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
|
|---|
| 2385 | cc -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
|
|---|
| 2388 | cc -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
|
|---|
| 2391 | cc -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
|
|---|
| 2394 | cc -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
|
|---|
| 2397 | cc -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
|
|---|
| 2400 | cc -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
|
|---|
| 2403 | src/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 | ^
|
|---|
| 2406 | src/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
|
|---|
| 2410 | SSL_SESSION *SSL_get1_session(SSL *ssl) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER; /* obtain a reference count */
|
|---|
| 2411 | ^
|
|---|
| 2412 | src/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 | ^
|
|---|
| 2415 | src/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
|
|---|
| 2419 | void SSL_SESSION_free(SSL_SESSION *ses) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2420 | ^
|
|---|
| 2421 | 2 warnings generated.
|
|---|
| 2422 | cc -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
|
|---|
| 2425 | cc -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
|
|---|
| 2428 | cc -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
|
|---|
| 2431 | cc -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
|
|---|
| 2434 | cc -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
|
|---|
| 2437 | cc -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
|
|---|
| 2440 | cc -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
|
|---|
| 2443 | cc -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
|
|---|
| 2446 | cc -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
|
|---|
| 2449 | src/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 | ^
|
|---|
| 2452 | src/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
|
|---|
| 2456 | int MD5_Init(MD5_CTX *c) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2457 | ^
|
|---|
| 2458 | src/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 | ^
|
|---|
| 2461 | src/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
|
|---|
| 2465 | int MD5_Update(MD5_CTX *c, const void *data, size_t len) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2466 | ^
|
|---|
| 2467 | src/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 | ^
|
|---|
| 2470 | src/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
|
|---|
| 2474 | int MD5_Final(unsigned char *md, MD5_CTX *c) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2475 | ^
|
|---|
| 2476 | 3 warnings generated.
|
|---|
| 2477 | cc -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
|
|---|
| 2480 | cc -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
|
|---|
| 2483 | cc -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
|
|---|
| 2486 | cc -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
|
|---|
| 2489 | cc -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
|
|---|
| 2492 | cc -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
|
|---|
| 2495 | cc -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
|
|---|
| 2498 | cc -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
|
|---|
| 2501 | cc -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
|
|---|
| 2504 | cc -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
|
|---|
| 2507 | cc -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
|
|---|
| 2510 | cc -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
|
|---|
| 2513 | cc -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
|
|---|
| 2516 | cc -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
|
|---|
| 2519 | cc -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
|
|---|
| 2522 | cc -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
|
|---|
| 2525 | src/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
|
|---|
| 2532 | long SSL_CTX_callback_ctrl(SSL_CTX *, int, void (*)(void)) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2533 | ^
|
|---|
| 2534 | src/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
|
|---|
| 2538 | int SSL_CTX_set_cipher_list(SSL_CTX *,const char *str) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2539 | ^
|
|---|
| 2540 | src/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
|
|---|
| 2547 | long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2548 | ^
|
|---|
| 2549 | src/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
|
|---|
| 2553 | void SSL_CTX_set_tmp_rsa_callback(SSL_CTX *ctx,
|
|---|
| 2554 | ^
|
|---|
| 2555 | src/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
|
|---|
| 2562 | long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd, long larg, void *parg) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2563 | ^
|
|---|
| 2564 | 5 warnings generated.
|
|---|
| 2565 | cc -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
|
|---|
| 2568 | src/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
|
|---|
| 2572 | int SSL_CTX_set_cipher_list(SSL_CTX *,const char *str) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2573 | ^
|
|---|
| 2574 | 1 warning generated.
|
|---|
| 2575 | cc -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
|
|---|
| 2578 | cc -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
|
|---|
| 2581 | src/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
|
|---|
| 2585 | int SSL_CTX_set_cipher_list(SSL_CTX *,const char *str) DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER;
|
|---|
| 2586 | ^
|
|---|
| 2587 | 1 warning generated.
|
|---|
| 2588 | cc -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
|
|---|
| 2591 | cc -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
|
|---|
| 2594 | cc -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
|
|---|
| 2597 | cc -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
|
|---|
| 2600 | cc -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
|
|---|
| 2603 | cc -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
|
|---|
| 2606 | cc -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
|
|---|
| 2609 | cc -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
|
|---|
| 2612 | cd /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
|
|---|
| 2634 | rm -f pcre_chartables.c
|
|---|
| 2635 | ln -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
|
|---|
| 2640 | cd /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
|
|---|
| 2645 | make -f Makefile.in distclean
|
|---|
| 2646 | rm -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
|
|---|
| 2652 | rm -rf objs
|
|---|
| 2653 | rm -f *.gcda *.gcno *.gcov
|
|---|
| 2654 | rm -f contrib/infback9/*.gcda contrib/infback9/*.gcno contrib/infback9/*.gcov
|
|---|
| 2655 | cp -p zconf.h.in zconf.h
|
|---|
| 2656 | rm -f Makefile zlib.pc configure.log
|
|---|
| 2657 | Checking for shared library support...
|
|---|
| 2658 | Building shared library libz.so.1.2.8 with cc.
|
|---|
| 2659 | Checking for off64_t... No.
|
|---|
| 2660 | Checking for fseeko... Yes.
|
|---|
| 2661 | Checking for strerror... Yes.
|
|---|
| 2662 | Checking for unistd.h... Yes.
|
|---|
| 2663 | Checking for stdarg.h... Yes.
|
|---|
| 2664 | Checking whether to use vs[n]printf() or s[n]printf()... using vs[n]printf().
|
|---|
| 2665 | Checking for vsnprintf() in stdio.h... Yes.
|
|---|
| 2666 | Checking for return value of vsnprintf()... Yes.
|
|---|
| 2667 | cc -O2 -pipe -c -o adler32.o adler32.c
|
|---|
| 2668 | cc -O2 -pipe -c -o crc32.o crc32.c
|
|---|
| 2669 | cc -O2 -pipe -c -o deflate.o deflate.c
|
|---|
| 2670 | cc -O2 -pipe -c -o infback.o infback.c
|
|---|
| 2671 | cc -O2 -pipe -c -o inffast.o inffast.c
|
|---|
| 2672 | cc -O2 -pipe -c -o inflate.o inflate.c
|
|---|
| 2673 | cc -O2 -pipe -c -o inftrees.o inftrees.c
|
|---|
| 2674 | cc -O2 -pipe -c -o trees.o trees.c
|
|---|
| 2675 | cc -O2 -pipe -c -o zutil.o zutil.c
|
|---|
| 2676 | cc -O2 -pipe -c -o compress.o compress.c
|
|---|
| 2677 | cc -O2 -pipe -c -o uncompr.o uncompr.c
|
|---|
| 2678 | cc -O2 -pipe -c -o gzclose.o gzclose.c
|
|---|
| 2679 | cc -O2 -pipe -c -o gzlib.o gzlib.c
|
|---|
| 2680 | cc -O2 -pipe -c -o gzread.o gzread.c
|
|---|
| 2681 | cc -O2 -pipe -c -o gzwrite.o gzwrite.c
|
|---|
| 2682 | ar 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
|
|---|
| 2683 | cc -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
|
|---|
| 2798 | sed -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
|
|---|