From f472560879a48bc68a3f7f63264457da37751845 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Wed, 14 Jun 2017 13:47:17 -0400 Subject: [PATCH] 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) --- crypto/objects/obj_dat.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/crypto/objects/obj_dat.pl b/crypto/objects/obj_dat.pl index 947cceed1d..3e201c3063 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; -- 2.25.1