UI_UTIL_wrap_read_pem_callback: make sure to terminate the string received
[oweals/openssl.git] / crypto / chacha / asm / chacha-c64xplus.pl
index 55854d0b9eb79800780e3045cbe670ad47d3cbc4..bdb380442c4a1a1f3920258a2bf10b5103ea6be6 100755 (executable)
@@ -1,4 +1,11 @@
-#!/usr/bin/env perl
+#! /usr/bin/env perl
+# Copyright 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 Andy Polyakov <appro@openssl.org> for the OpenSSL
@@ -17,6 +24,9 @@
 # dependent on input length. This module on the other hand is free
 # from such limiation.
 
+$output=pop;
+open STDOUT,">$output";
+
 ($OUT,$INP,$LEN,$KEYB,$COUNTERA)=("A4","B4","A6","B6","A8");
 ($KEYA,$COUNTERB,$STEP)=("A7","B7","A3");