util/mkerr.pl: fix perl warning
authorGeoff Thorpe <geoff@openssl.org>
Fri, 25 Apr 2014 05:20:16 +0000 (01:20 -0400)
committerGeoff Thorpe <geoff@openssl.org>
Fri, 25 Apr 2014 18:31:05 +0000 (14:31 -0400)
commit647f360e2e86818cee1f2d0429e071d14814e0b5
tree6484246e4ef8f03eb5c2f79c327b17e9667adfe8
parentcdcd5dc8655532bc08e7594c660a601c7b1c1ff9
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>
util/mkerr.pl