CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2023/04/07 16:25:09
Modified files: regress/lib/libcrypto/bn: bn_test.c Log message: bn_test: use bn_copy() instead of BN_free/BN_dup This is not only simpler but also required by an upcoming change.