CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2022/12/01 13:50:10
Modified files: regress/lib/libcrypto/bn: Makefile Added files: regress/lib/libcrypto/bn: bn_add_sub.c bn_isqrt.c bn_mod_exp2_mont.c bn_mod_sqrt.c bn_mont.c bn_primes.c bn_rand_interval.c bn_test.c bn_to_string.c bn_unit.c Removed files: regress/lib/libcrypto/bn/addsub: Makefile bnaddsub.c regress/lib/libcrypto/bn/general: Makefile bn_isqrt.c bn_mod_exp2_mont.c bn_mod_sqrt.c bn_primes.c bn_to_string.c bn_unit.c bntest.c regress/lib/libcrypto/bn/mont: Makefile mont.c regress/lib/libcrypto/bn/rand: Makefile bn_rand_interval.c Log message: Flatten structure of libcrypto/bn tests The bn tests were distributed into three subdirectories rather randomly. It's cleaner and easier to maintain if all this is in a single directory. Use consistent names for the .c files, unify handling of the tests with the exception of bn_test, which is special. Discussed with jsing