summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/crypto_memory.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Toss tedu's cleanse into crypto_memory.ctb2024-11-061-1/+8
|
* add an empty line between license and #include linestb2024-11-061-1/+2
|
* Rename malloc-wrapper.c to crypto_memory.ctb2024-11-061-0/+58
Apparently it's important that five trivial one-line wrappers remain in a file with the ISC license. So instead of cleaning the root directory of our favorite pigsty further by squashing all the useless legacy garbage into a single file, rename the oddly-named malloc-wrapper.c into crypto_memory.c. discussed with beck, jsing