Overview
Artifact ID: | aba8f791de7d84a85c9d96ff970e89f39d544c84 |
---|---|
Ticket: | 34cfe474908520292be11470754efb8bf70a23aa
tcltls-1.7.12 on FreeBSD 11 |
User & Date: | anonymous on 2017-07-08 10:12:45 |
Changes
- icomment:
Compiling with OpenSSL 1.0.2j I get: >> % package require tls couldn't load file "/usr/opt/tcl86/lib/tcltls1.7.12/tcltls.so": /usr/opt/tcl86/lib/tcltls1.7.12/tcltls.so: Undefined symbol "get_dhParams" << Compiling with nss-3.30 I get: >> % package require tls couldn't load file "/usr/opt/tcl86/lib/tcltls1.7.12/tcltls.so": /usr/opt/tcl86/lib/tcltls1.7.12/tcltls.so: Undefined symbol "SSL_CTX_set_client_CA_list" << When compiling the following warnings: >> ./tls.c: In function 'CTX_Init': ./tls.c:1182:11: warning: implicit declaration of function 'get_dhParams' [-Wimplicit-function-declaration] dh = get_dhParams(); ^ ./tls.c:1182:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion] dh = get_dhParams(); ^ ./tls.c: At top level: cc1: warning: unrecognized command line option '-Wno-self-assign' <<
- login: "anonymous"
- mimetype: "text/x-fossil-plain"
- private_contact changed to: "8edfaa7ebab12fca7ea26c7fccf79fa2dcea518b"
- severity changed to: "Critical"
- status changed to: "Open"
- title changed to: "tcltls-1.7.12 on FreeBSD 11"
- type changed to: "Code Defect"