History log of /netbsd-src/tests/crypto/libcrypto/threads/Makefile (Results 1 – 8 of 8)
Revision Date Author Comments
# a7f1bde3 22-Aug-2023 christos <christos@NetBSD.org>

Remove PROGDPLIBSSTATIC from ec and threads; dh still needs it because it
references internal symbols in libcrypto like ossl_dh_compute_key which
have been made static by the linker script (they are

Remove PROGDPLIBSSTATIC from ec and threads; dh still needs it because it
references internal symbols in libcrypto like ossl_dh_compute_key which
have been made static by the linker script (they are still visible in the
archive version).

show more ...


# 1e9b358f 13-May-2023 riastradh <riastradh@NetBSD.org>

openssl: More tests need -Wno-missing-field-initializers.


# 59a49c3a 08-May-2023 christos <christos@NetBSD.org>

make tests support both 1.x and 3.x.
Lot of work needed to add all the 3.x tests, but that can wait until all
is switched


# c885e6ea 09-Feb-2018 christos <christos@NetBSD.org>

put .PATH after the variable is defined.


# 531428e6 08-Feb-2018 christos <christos@NetBSD.org>

fix 1.0 build; thanks ODE make.


# e1f413f9 08-Feb-2018 christos <christos@NetBSD.org>

adjust tests for 1.1


# fb825dde 14-Feb-2009 cube <cube@NetBSD.org>

Use the correct dir to find source files. NetBSD finally builds again.
Please have the decency to at least do a test build when you import such a
huge amount of code.


# 3baa49a1 13-Feb-2009 jmmv <jmmv@NetBSD.org>

Convert the threads libcrypto test to ATF and enable it. Drop the old one
in regress.