Opened 4 years ago
Closed 4 years ago
#62077 closed defect (fixed)
libsockets @2.3.9.9_2: error: use of undeclared identifier 'SSLv3_method'
Reported by: | jboydon (John Boydon) | Owned by: | jmroot (Joshua Root) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.4 |
Keywords: | Cc: | ||
Port: | libsockets |
Description
libsockets port cannot be installed in bigsur 11.1.
Error:
TcpSocket.cpp:1286:48: error: use of undeclared identifier 'SSLv3_method' const SSL_METHOD *meth = meth_in ? meth_in : SSLv3_method();
Attachments (1)
Change History (3)
Changed 4 years ago by jboydon (John Boydon)
Attachment: | libsockets.log added |
---|
comment:1 Changed 4 years ago by jmroot (Joshua Root)
Keywords: | bigsur removed |
---|---|
Summary: | libsockets@2.3.9.9_2.darwin_20.x86_64: error: use of undeclared identifier 'SSLv3_method' → libsockets @2.3.9.9_2: error: use of undeclared identifier 'SSLv3_method' |
comment:2 Changed 4 years ago by jmroot (Joshua Root)
Owner: | set to jmroot |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This looks like an incompatibility with openssl 1.1, not anything specific to Big Sur.