Fix return check for BN_hex2bn()
authortb <tb@openbsd.org>
Fri, 23 Jun 2023 10:34:16 +0000 (10:34 +0000)
committertb <tb@openbsd.org>
Fri, 23 Jun 2023 10:34:16 +0000 (10:34 +0000)
commit10f31f59237e132b6cdb8bff3d1280a2e8e0fc8b
treecd922514115dca2bfe1057d9a302b6c5392dc22b
parent539244803cc2fc25aa3c29113a160e7769575ea6
Fix return check for BN_hex2bn()

Purely cosmetic change taking into account the fact that this function
returns a length rather than a boolean. This is the last offender in the
library.

ok jsing
lib/libcrypto/ec/ec_print.c