# HG changeset patch # User Andrey Zelenkov # Date 1488385214 -10800 # Node ID d4e779356d8d7de0e44ab34f54af6929e5276656 # Parent 778eae8230e4e2bb9458e09b01576c2fee18ed39 Tests: typo. diff --git a/stream_ssl.t b/stream_ssl.t --- a/stream_ssl.t +++ b/stream_ssl.t @@ -50,7 +50,7 @@ stream { ssl_session_tickets off; # inherited by server "inherits" - ssl_password_file password_http; + ssl_password_file password_stream; server { listen 127.0.0.1:8080 ssl; @@ -116,7 +116,7 @@ my $ctx = Net::SSLeay::CTX_new() or die( $t->write_file('password', 'localhost'); $t->write_file('password_many', "wrong$CRLF" . "localhost$CRLF"); -$t->write_file('password_http', 'inherits'); +$t->write_file('password_stream', 'inherits'); my $p = fork(); exec("echo localhost > $d/password_fifo") if $p == 0;