Reorganize SSL test structures
[openssl.git] / test / ssl-tests / 04-client_auth.conf.in
index 495db02c5f9b3d840c199c77aac07dab84cd3ef2..cd3d42f41628fa30e1be3d1416fed386fec2737f 100644 (file)
@@ -77,7 +77,7 @@ sub generate_tests() {
                 },
                 test   => {
                     "ExpectedResult" => "ServerFail",
-                    "ServerAlert" => "HandshakeFailure",
+                    "ExpectedServerAlert" => "HandshakeFailure",
                 },
             };
 
@@ -115,7 +115,7 @@ sub generate_tests() {
                 },
                 test   => {
                     "ExpectedResult" => "ServerFail",
-                    "ServerAlert" => $caalert,
+                    "ExpectedServerAlert" => $caalert,
                 },
             };
         }