Author :
Viktor Szakats
Date :
2023-11-04 02:37:34
Hash :2c5abde7 Message :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.