CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/06/23 04:33:12
Modified files:
lib/libcrypto/bn: bn_convert.c
Log message:
Fix return check of bn_hex2bn_cbs()
It returns a length, not a Boolean, so check for 0 explicitly. This is
purely cosmetic.
ok jsing
