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)

libsockets.log (36.5 KB) - added by jboydon (John Boydon) 4 years ago.

Download all attachments as: .zip

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'

This looks like an incompatibility with openssl 1.1, not anything specific to Big Sur.

comment:2 Changed 4 years ago by jmroot (Joshua Root)

Owner: set to jmroot
Resolution: fixed
Status: newclosed

In 89b2c99ced7bb23b73f293beb505687bba530326/macports-ports (master):

libsockets: fix build with openssl 1.1

Closes: #62077

Note: See TracTickets for help on using tickets.