Add a test for the info callback
[openssl.git] / test / recipes / 90-test_srp.t
index 6be2c39ff1b3e26e364853d80dea5609db402d0f..7026c358a50afdd02b87dd0941b83a5df554f39b 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_srp", "srptest");
+simple_test("test_srp", "srptest", "srp");