comparison auto/sources @ 541:b09ee85d0ac8 release-0.1.45

nginx-0.1.45-RELEASE import *) Change: the "ssl_engine" directive was canceled in the ngx_http_ssl_module and now is introduced at global level. *) Bugfix: the responses with SSI subrequests did not transferred via SSL connection. *) Various bug fixes in the IMAP/POP3 proxy.
author Igor Sysoev <igor@sysoev.ru>
date Thu, 08 Sep 2005 14:36:09 +0000
parents 371c1cee100d
children e48ebafc6939
comparison
equal deleted inserted replaced
540:983c48ab79bb 541:b09ee85d0ac8
53 53
54 REGEX_DEPS=src/core/ngx_regex.h 54 REGEX_DEPS=src/core/ngx_regex.h
55 REGEX_SRCS=src/core/ngx_regex.c 55 REGEX_SRCS=src/core/ngx_regex.c
56 56
57 57
58 OPENSSL_MODULE=ngx_openssl_module
59 OPENSSL_DEPS=src/event/ngx_event_openssl.h
60 OPENSSL_SRCS=src/event/ngx_event_openssl.c
61
62
58 EVENT_MODULES="ngx_events_module ngx_event_core_module" 63 EVENT_MODULES="ngx_events_module ngx_event_core_module"
59 64
60 EVENT_INCS="src/event src/event/modules" 65 EVENT_INCS="src/event src/event/modules"
61 66
62 EVENT_DEPS="src/event/ngx_event.h \ 67 EVENT_DEPS="src/event/ngx_event.h \
100 AIO_SRCS="src/event/modules/ngx_aio_module.c \ 105 AIO_SRCS="src/event/modules/ngx_aio_module.c \
101 src/os/unix/ngx_aio_read.c \ 106 src/os/unix/ngx_aio_read.c \
102 src/os/unix/ngx_aio_write.c \ 107 src/os/unix/ngx_aio_write.c \
103 src/os/unix/ngx_aio_read_chain.c \ 108 src/os/unix/ngx_aio_read_chain.c \
104 src/os/unix/ngx_aio_write_chain.c" 109 src/os/unix/ngx_aio_write_chain.c"
105
106
107 OPENSSL_DEPS=src/event/ngx_event_openssl.h
108 OPENSSL_SRCS=src/event/ngx_event_openssl.c
109 110
110 111
111 UNIX_INCS="$CORE_INCS $EVENT_INCS src/os/unix" 112 UNIX_INCS="$CORE_INCS $EVENT_INCS src/os/unix"
112 113
113 UNIX_DEPS="$CORE_DEPS $EVENT_DEPS \ 114 UNIX_DEPS="$CORE_DEPS $EVENT_DEPS \