ngx_addon_name=ngx_http_encrypted_session_module
HTTP_AUX_FILTER_MODULES="$HTTP_AUX_FILTER_MODULES ngx_http_encrypted_session_module"
NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/src/ngx_http_encrypted_session_module.c $ngx_addon_dir/src/ngx_http_encrypted_session_cipher.c"
NGX_ADDON_DEPS="$NGX_ADDON_DEPS $ngx_addon_dir/src/ddebug.h $ngx_addon_dir/src/ngx_http_encrypted_session_cipher.h"
CFLAGS="$CFLAGS -DNDK_SET_VAR"
#CORE_LIBS="$CORE_LIBS -lssl"

