We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2332b8c commit 4f2200dCopy full SHA for 4f2200d
auto/options
@@ -627,7 +627,7 @@ cat << END
627
628
--with-openssl=DIR set path to OpenSSL library sources
629
--with-openssl-opt=OPTIONS set additional build options for OpenSSL
630
-
+ --with-openssl-async enable asynchronous SSL/TLS mode for OpenSSL library
631
--with-debug enable debug logging
632
633
END
tests/nginx-tests/nginx-tests/http_ssl_asynchronous_mode.t renamed to tests/nginx-tests/tengine-tests/http_ssl_asynchronous_mode.t
@@ -25,7 +25,7 @@ eval {
25
require IO::Socket::SSL;
26
};
27
28
-my $t = Test::Nginx->new()->has(qw/http http_ssl/)
+my $t = Test::Nginx->new()->has(qw/http http_ssl openssl-async/)
29
->has_daemon('openssl');
30
31
$t->plan(2)->write_file_expand('nginx.conf', <<'EOF');
0 commit comments