Commit 2c5abde778053272fdc0c5692691309e8f1e79b1

Viktor Szakats 2023-11-04T02:37:34

slim `tls-static` library (used in tests) Instead of including a full copy of libcrypto and libssl in libtls-static, link existing libcrytpo-static and libssl-static to the test targets. This wasn't causing any issue, just unnecessarily duplicating a lot of objects.