Skip to content

Commit 4f2200d

Browse files
committed
openssl async: fix test case
1. added configuration check for test case 2. move case to tengine-tests/ 3. added description of help usage of --with-openssl-async
1 parent 2332b8c commit 4f2200d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

auto/options

+1-1
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ cat << END
627627

628628
--with-openssl=DIR set path to OpenSSL library sources
629629
--with-openssl-opt=OPTIONS set additional build options for OpenSSL
630-
630+
--with-openssl-async enable asynchronous SSL/TLS mode for OpenSSL library
631631
--with-debug enable debug logging
632632

633633
END

tests/nginx-tests/nginx-tests/http_ssl_asynchronous_mode.t renamed to tests/nginx-tests/tengine-tests/http_ssl_asynchronous_mode.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ eval {
2525
require IO::Socket::SSL;
2626
};
2727

28-
my $t = Test::Nginx->new()->has(qw/http http_ssl/)
28+
my $t = Test::Nginx->new()->has(qw/http http_ssl openssl-async/)
2929
->has_daemon('openssl');
3030

3131
$t->plan(2)->write_file_expand('nginx.conf', <<'EOF');

0 commit comments

Comments
 (0)