Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a few missing headers and drop a few unused ones | tb | 2022-12-06 | 1 | -3/+2 |
| | | | | In bn_test.c include bn_local.h instead of using copy-pasted prototypes. | ||||
* | Flatten structure of libcrypto/bn tests | tb | 2022-12-01 | 1 | -0/+84 |
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 |