From 1c3567ecc81a9f07f3c3d53912114bc5bd5daffa Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 15 Jul 2004 16:35:51 +0000 Subject: nginx-0.0.7-2004-07-15-20:35:51 import --- auto/modules | 8 ++++++-- auto/sources | 4 ++++ 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'auto') diff --git a/auto/modules b/auto/modules index 9447780f3..d2e2b01bc 100644 --- a/auto/modules +++ b/auto/modules @@ -61,11 +61,15 @@ HTTP_FILTER_MODULES="$HTTP_WRITE_FILTER_MODULE \ $HTTP_RANGE_HEADER_FILTER_MODULE" if [ $HTTP_SSL = YES ]; then - have=NGX_OPENSSL . auto/have HTTP_FILTER_MODULES="$HTTP_FILTER_MODULES $HTTP_SSL_FILTER_MODULE" HTTP_DEPS="$HTTP_DEPS $HTTP_SSL_DEPS" HTTP_SRCS="$HTTP_SRCS $HTTP_SSL_SRCS" - # STUB: move to auto/libs/ssl + + # STUB: move to auto/libs/ssl after md5 + have=NGX_HTTP_SSL . auto/have + have=NGX_OPENSSL . auto/have + CORE_DEPS="$CORE_DEPS $OPENSSL_DEPS" + CORE_SRCS="$CORE_SRCS $OPENSSL_SRCS" CORE_LIBS="$CORE_LIBS -lssl -lcrypto" fi diff --git a/auto/sources b/auto/sources index 71dab3c0f..7c8b7b33f 100644 --- a/auto/sources +++ b/auto/sources @@ -97,6 +97,10 @@ AIO_SRCS="src/event/modules/ngx_aio_module.c \ src/os/unix/ngx_aio_write_chain.c" +OPENSSL_DEPS=src/event/ngx_event_openssl.h +OPENSSL_SRCS=src/event/ngx_event_openssl.c + + UNIX_INCS="$CORE_INCS $EVENT_INCS src/os/unix" UNIX_DEPS="$CORE_DEPS $EVENT_DEPS \ -- cgit v1.2.3