summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/free/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* symbols test: drop LIBRESSL_INTERNALtb2023-04-151-2/+1
| | | | | | This tests the external API, so it should not have visibility to the inside. Silences two warnings since EC_{GROUP,POINT}_clear_free() are now wrapped in #ifndef LIBRESSL_INTERNAL.
* Drop bogus DPADD += ${LIBSSL}tb2022-06-191-3/+2
|
* Instead of enumerating the files to clean by hand, set PROGS=${TESTS}.tb2018-08-311-2/+4
| | | | Suggested by jsing
* Now that all *_free() functions are NULL safe, we can generate thetb2018-07-101-2/+9
| | | | | | freenull test from Symbols.list. Suggested by jsing, discussed with beck and bluhm.
* Add regress for free functions that should be safe with NULLbeck2017-05-021-0/+20