summaryrefslogtreecommitdiffstats
path: root/crypto/objects/obj_dat.pl
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2017-07-05 23:12:35 +0200
committerRich Salz <rsalz@openssl.org>2017-07-06 01:20:33 +0200
commit67fdc99827916a397c23491edd97f2a5d374533a (patch)
treea2b68f30fcf7d0d97b91c6c5761d044db0e1d4c9 /crypto/objects/obj_dat.pl
parentRework the append_buf function (diff)
downloadopenssl-67fdc99827916a397c23491edd97f2a5d374533a.tar.xz
openssl-67fdc99827916a397c23491edd97f2a5d374533a.zip
Add two trivial fixes from old commits
Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3865)
Diffstat (limited to 'crypto/objects/obj_dat.pl')
-rw-r--r--crypto/objects/obj_dat.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/objects/obj_dat.pl b/crypto/objects/obj_dat.pl
index 3e201c3063..947cceed1d 100644
--- a/crypto/objects/obj_dat.pl
+++ b/crypto/objects/obj_dat.pl
@@ -6,6 +6,7 @@
# in the file LICENSE in the source distribution or at
# https://www.openssl.org/source/license.html
+use integer;
use strict;
use warnings;