util/mkerr.pl: fix perl warning
authorGeoff Thorpe <geoff@openssl.org>
Fri, 25 Apr 2014 05:20:16 +0000 (01:20 -0400)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 2 Jul 2014 00:50:58 +0000 (01:50 +0100)
commit525b6c7585b9778cb58c15e200a7da9ca8bc284b
treeb346a72adfbe157eb1030717f788c663e7bcc939
parent29ed482ffce8a2f73430458b42c1966e9fba57c3
util/mkerr.pl: fix perl warning

Gets rid of this;

defined(@array) is deprecated at ../util/mkerr.pl line 792.
        (Maybe you should just omit the defined()?)
defined(@array) is deprecated at ../util/mkerr.pl line 800.
        (Maybe you should just omit the defined()?)

Signed-off-by: Geoff Thorpe <geoff@openssl.org>
(cherry picked from commit 647f360e2e86818cee1f2d0429e071d14814e0b5)
util/mkerr.pl