Artifacts Associated With Ticket 867467fb97
Ticket change [de4c133580] (rid 3704) by anonymous on 2024-07-01 03:04:39:
- foundin initialized to: "tls-1.8/2e607e483a"
- icomment:
as of this commit [https://core.tcl-lang.org/tcltls/info/2e607e483a6540c8](https://core.tcl-lang.org/tcltls/info/2e607e483a6540c8) clang 16 lld musl-c ``` 115.4 ./generic/tls.c:2907:5: error: call to undeclared function 'BIO_cleanup'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 115.4 2907 | BIO_cleanup(); 115.4 | ^ ``` adding ```#include <openssl/bio.h>``` allows compiler to proceed but then I get ```BIO_cleanup: symbol not found``` at package require tls
- login: "anonymous"
- mimetype: "text/x-markdown"
- private_contact initialized to: "dca985a72038539f99d0226967b6f6b1376b6783"
- severity initialized to: "Important"
- status initialized to: "Open"
- title initialized to: "tls-1.8 Build failure"
- type initialized to: "Build Problem"
Ticket change [a3f8948ed1] (rid 3718) by bohagan on 2024-07-05 00:51:42:
- icomment: "This is corrected in commit [9e79f40ed58e16f9]."
- login: "bohagan"
- mimetype: "text/x-fossil-plain"
- priority changed to: "Immediate"
- resolution changed to: "Fixed"
- status changed to: "Closed"