Use 8bit-counters when using libfuzzer
[openssl.git] / test / ssl-tests / 01-simple.conf.in
index a152f662f67864e0d0602b58edd0091c9d2435cf..45ddd6192112464414b3f1756390052de32ac512 100644 (file)
@@ -1,4 +1,11 @@
 # -*- mode: perl; -*-
+# Copyright 2016-2016 The OpenSSL Project Authors. All Rights Reserved.
+#
+# Licensed under the OpenSSL license (the "License").  You may not use
+# this file except in compliance with the License.  You can obtain a copy
+# in the file LICENSE in the source distribution or at
+# https://www.openssl.org/source/license.html
+
 
 ## SSL test configurations
 
@@ -21,7 +28,7 @@ our @tests = (
         },
         test   => {
           "ExpectedResult" => "ClientFail",
-          "ClientAlert" => "UnknownCA",
+          "ExpectedClientAlert" => "UnknownCA",
         },
     },
 );