Convert bn_nist.c to BN_copy()
authortb <tb@openbsd.org>
Mon, 27 Mar 2023 08:41:35 +0000 (08:41 +0000)
committertb <tb@openbsd.org>
Mon, 27 Mar 2023 08:41:35 +0000 (08:41 +0000)
commit111b4842da7dbebaebd0d5bd192dc395aaf2b5d8
treebe6581042e82719df62a4eeaac7c340e69cb288d
parent6e2e40cd5807b521e72b25814ae9b740253671f6
Convert bn_nist.c to BN_copy()

Like everything else in this file, the use of BN_copy() needs to be ...
special. Simplify using the new bn_copy().

ok jsing
lib/libcrypto/bn/bn_nist.c