Remove ecdhtest.c
[openssl.git] / test / recipes / 15-test_dsa.t
index 22f971cebf1a15a85bb2a828ba5bfc42d98e372d..2fd236e875f4fbd09ff83ab255b5d06dd04f17a8 100644 (file)
@@ -1,4 +1,11 @@
-#! /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 strict;
 use warnings;
@@ -27,7 +34,7 @@ ok(run(test(["dsatest", "-app2_1"])), "running dsatest -app2_1");
         tconversion("dsa", srctop_file("test","testdsa.pem"), "pkey");
      };
      subtest 'dsa conversions -- public key' => sub {
-        tconversion("dsa", srctop_file("test","testdsapub.pem"), "dsa",
-                    "-pubin", "-pubout");
+        tconversion("msb", srctop_file("test","testdsapub.pem"), "dsa",
+                        "-pubin", "-pubout");
      };
 }