Fuzz corpora update
[oweals/openssl.git] / util / fipslink.pl
index 7b16e04fb9da7a752254600f6b7d096e2d653780..bb685bf7bde2789151cd403f2430b99c2fe62d8a 100644 (file)
@@ -1,4 +1,10 @@
-#!/usr/bin/perl
+#! /usr/bin/env perl
+# Copyright 2011-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
 
 sub check_env
        {
@@ -103,7 +109,7 @@ sub check_hash
        $hashval =~ s/^.*=\s+//;
        die "Invalid hash syntax in file" if (length($hashfile) != 40);
        die "Invalid hash received for file" if (length($hashval) != 40);
-       die "***HASH VALUE MISMATCH FOR FILE $filename ***" if ($hashval ne $hashfile); 
+       die "***HASH VALUE MISMATCH FOR FILE $filename ***" if ($hashval ne $hashfile);
        }