]> WPIA git - cassiopeia.git/blobdiff - lib/openssl/crypto/rc4/asm/rc4-ia64.pl
upd: openssl to 1.1.0
[cassiopeia.git] / lib / openssl / crypto / rc4 / asm / rc4-ia64.pl
index 49cd5b5e6945a16fd3f67d343d028864174d06c8..5e8f5f55b2407824e47a476554da3cf9c0ae5540 100644 (file)
@@ -1,4 +1,11 @@
-#!/usr/bin/env perl
+#! /usr/bin/env perl
+# Copyright 2005-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
+
 #
 # ====================================================================
 # Written by David Mosberger <David.Mosberger@acm.org> based on the
 #     random input data).
 #
 
+$output = pop;
+open STDOUT,">$output";
+
 $phases = 4;           # number of stages/phases in the pipelined-loop
 $unroll_count = 6;     # number of times we unrolled it
 $pComI = (1 << 0);
@@ -753,3 +763,5 @@ $code.=<<___;
 ___
 
 print $code;
+
+close STDOUT;