History log of /openbsd/regress/lib/libcrypto/free/Makefile (Results 1 – 5 of 5)
Revision Date Author Comments
# fa27b1a1 15-Apr-2023 tb <tb@openbsd.org>

symbols test: drop LIBRESSL_INTERNAL

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

symbols test: drop LIBRESSL_INTERNAL

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.

show more ...


# 5d48bfad 19-Jun-2022 tb <tb@openbsd.org>

Drop bogus DPADD += ${LIBSSL}


# b0d27d74 31-Aug-2018 tb <tb@openbsd.org>

Instead of enumerating the files to clean by hand, set PROGS=${TESTS}.

Suggested by jsing


# 444db0ad 10-Jul-2018 tb <tb@openbsd.org>

Now that all *_free() functions are NULL safe, we can generate the
freenull test from Symbols.list.

Suggested by jsing, discussed with beck and bluhm.


# adbf5b87 02-May-2017 beck <beck@openbsd.org>

Add regress for free functions that should be safe with NULL