summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/Makefile.inc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Provide CRYPTO_INT for statically linking libcrypto for libssl regresstb2023-05-241-0/+2
| | | | This will be needed for the ssl_verify_param test
* Some tests require internal symbols; have them link with the staticguenther2016-11-041-0/+2
libssl or libtls so they can continue to see them after the shared library namespace is cleaned up ok jsing@