summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/assembly (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add missing include path required to reach newly added crypto_assembly.hanton2026-03-291-2/+3
| | | | include.
* assembly regress: use make's MACHINE_ARCH rather than handrolling ittb2026-01-251-4/+3
| | | | discussed with jsing
* Add a regress test that ensures our pure assembly code builds with gccjsing2026-01-251-0/+36
This requires egcc to be installed, if not we'll just skip the test. Discussed with tb@