X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=test%2Fssl_test.tmpl;fp=test%2Fssl_test.tmpl;h=d4c0c87616a99c24489ae01ad1461903b9dfb3ee;hp=b3c953a54b5c4854c50b99f253c957c29147cd9e;hb=5c753de668322bf9903a49ba713b2cbc62667571;hpb=2a7de0fd5d9baf946ef4d2c51096b04dd47a8143 diff --git a/test/ssl_test.tmpl b/test/ssl_test.tmpl index b3c953a54b..d4c0c87616 100644 --- a/test/ssl_test.tmpl +++ b/test/ssl_test.tmpl @@ -3,6 +3,7 @@ ssl_conf = {-$testname-}-ssl [{-$testname-}-ssl] server = {-$testname-}-server +server2 = {-$testname-}-server2 client = {-$testname-}-client [{-$testname-}-server] @@ -12,6 +13,13 @@ client = {-$testname-}-client } -} +[{-$testname-}-server2] +{- + foreach my $key (sort keys %server2) { + $OUT .= qq{$key} . " = " . qq{$server2{$key}\n} if defined $server2{$key}; + } +-} + [{-$testname-}-client] {- foreach my $key (sort keys %client) {