CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/02/23 07:14:37
Modified files:
regress/lib/libcrypto/bn/general: bntest.c
Log message:
Check return value of every BN_* functions in bntest
- add macro CHECK_GOTO
- unify function return code to rc
- add err: label for error goto
ok bcook@
