Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | symbols test: drop LIBRESSL_INTERNAL | tb | 2023-04-15 | 1 | -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} | tb | 2022-06-19 | 1 | -3/+2 |
| | |||||
* | Instead of enumerating the files to clean by hand, set PROGS=${TESTS}. | tb | 2018-08-31 | 1 | -2/+4 |
| | | | | Suggested by jsing | ||||
* | Now that all *_free() functions are NULL safe, we can generate the | tb | 2018-07-10 | 1 | -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 NULL | beck | 2017-05-02 | 1 | -0/+20 |