]> git.ipfire.org Git - thirdparty/openssl.git/commit
util/mknum.pl: Fix file opening
authorRichard Levitte <levitte@openssl.org>
Fri, 4 Sep 2020 06:48:13 +0000 (08:48 +0200)
committerMatt Caswell <matt@openssl.org>
Sun, 13 Sep 2020 10:11:57 +0000 (11:11 +0100)
commit83ecb26f2b4246704ef900416d56942b86967304
tree5696d43380f67bf02b6d72c514bf66e2ddbec5cf
parentc6029deab2dba334874b17a9969b6c5fbbb7f96c
util/mknum.pl: Fix file opening

'or' has lower priority than '||' in perl, which affects evaluation order.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12781)
util/mknum.pl