Improve testing of elliptic curve validation
[openssl.git] / test / recipes / 70-test_packet.t
index ea896be694d87fe043184e57fb155c7ddd63f326..9bc6515e58603b8b44e48799ff72552a49243131 100644 (file)
@@ -1,5 +1,12 @@
-#! /usr/bin/perl
+#! /usr/bin/env perl
+# Copyright 2015-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
+
 
 use OpenSSL::Test::Simple;
 
-simple_test("test_jpake", "packettest");
+simple_test("test_packet", "packettest");