From 2b584ff372b2b25bb6801172bbeb90074b26f88c Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Mon, 27 Apr 2020 12:57:01 -0400 Subject: Update manpage to fix examples, other minor tweaks Reviewed-by: Matthias St. Pierre Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/11347) --- test/recipes/25-test_verify_store.t | 2 +- test/recipes/80-test_ssl_old.t | 4 ++-- test/recipes/90-test_store.t | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'test') diff --git a/test/recipes/25-test_verify_store.t b/test/recipes/25-test_verify_store.t index 9246f33..2afb8cb 100644 --- a/test/recipes/25-test_verify_store.t +++ b/test/recipes/25-test_verify_store.t @@ -18,7 +18,7 @@ plan tests => 10; my $dummycnf = srctop_file("apps", "openssl.cnf"); -my $cnf=srctop_file("test","ca-and-certs.cnf"); +my $cnf = srctop_file("test", "ca-and-certs.cnf"); my $CAkey = "keyCA.ss"; my $CAcert="certCA.ss"; my $CAserial="certCA.srl"; diff --git a/test/recipes/80-test_ssl_old.t b/test/recipes/80-test_ssl_old.t index b49d895..85f7161 100644 --- a/test/recipes/80-test_ssl_old.t +++ b/test/recipes/80-test_ssl_old.t @@ -44,7 +44,7 @@ my @verifycmd = ("openssl", "verify"); my @genpkeycmd = ("openssl", "genpkey"); my $dummycnf = srctop_file("apps", "openssl.cnf"); -my $cnf=srctop_file("test","ca-and-certs.cnf"); +my $cnf = srctop_file("test", "ca-and-certs.cnf"); my $CAkey = "keyCA.ss"; my $CAcert="certCA.ss"; my $CAserial="certCA.srl"; @@ -60,7 +60,7 @@ my $Ekey="keyE.ss"; my $Ereq="reqE.ss"; my $Ecert="certE.ss"; -my $proxycnf=srctop_file("test","proxy.cnf"); +my $proxycnf=srctop_file("test", "proxy.cnf"); my $P1key="keyP1.ss"; my $P1req="reqP1.ss"; my $P1cert="certP1.ss"; diff --git a/test/recipes/90-test_store.t b/test/recipes/90-test_store.t index 09d9604..337bbb1 100644 --- a/test/recipes/90-test_store.t +++ b/test/recipes/90-test_store.t @@ -16,7 +16,7 @@ my $test_name = "test_store"; setup($test_name); my $mingw = config('target') =~ m|^mingw|; -my $cnf=srctop_file("test","ca-and-certs.cnf"); +my $cnf = srctop_file("test", "ca-and-certs.cnf"); my @noexist_files = ( "test/blahdiblah.pem", -- cgit v1.1