regress/libcrypto: merge exp/ into bn/
authortb <tb@openbsd.org>
Thu, 1 Dec 2022 21:21:51 +0000 (21:21 +0000)
committertb <tb@openbsd.org>
Thu, 1 Dec 2022 21:21:51 +0000 (21:21 +0000)
commitef05030eda1c8145a5c4c13f83895643d86d3f4c
tree30f028a82e0f308094905a7fb2db6ffced22a23f
parent5bb9a7363e4b3c3ce4b7c7a852073f326327fe20
regress/libcrypto: merge exp/ into bn/

Move exp/exptest.c to bn/bn_mod_exp.c. This is a BN test that mostly tests
a variety of BN_mod_exp*() API behavior and correctness.

Commit stolen from jsing
regress/lib/libcrypto/bn/Makefile
regress/lib/libcrypto/bn/bn_mod_exp.c [new file with mode: 0644]
regress/lib/libcrypto/exp/Makefile [deleted file]
regress/lib/libcrypto/exp/exptest.c [deleted file]