CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/04/07 16:32:59
Modified files:
regress/lib/libcrypto/bn: bn_test.c
Log message:
bn_test: pass BN_CTX into all functions
There is a BN_CTX at program scope. Pass it into all test functions.
This simplifies memory management at the end of the functions quite a bit.
