From: Rich Salz Date: Wed, 14 Jun 2017 17:47:17 +0000 (-0400) Subject: Undo commit 0755217 X-Git-Tag: OpenSSL_1_1_1-pre1~1109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f472560879a48bc68a3f7f63264457da37751845;p=thirdparty%2Fopenssl.git Undo commit 0755217 Original text: Fix Perl problems on sparc64. This is part of a large change submitted by Markus Friedl Reviewed-by: Richard Levitte Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/3700) --- diff --git a/crypto/objects/obj_dat.pl b/crypto/objects/obj_dat.pl index 947cceed1db..3e201c30634 100644 --- a/crypto/objects/obj_dat.pl +++ b/crypto/objects/obj_dat.pl @@ -6,7 +6,6 @@ # in the file LICENSE in the source distribution or at # https://www.openssl.org/source/license.html -use integer; use strict; use warnings;