[MacPorts] #59539: httperf: error: incomplete definition of type 'struct ssl_cipher_st'
MacPorts
noreply at macports.org
Thu Oct 31 03:37:52 UTC 2019
#59539: httperf: error: incomplete definition of type 'struct ssl_cipher_st'
------------------------+---------------------
Reporter: ryandesign | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.6.2
Keywords: | Port: httperf
------------------------+---------------------
[https://build.macports.org/builders/ports-10.15_x86_64-builder/builds/301/steps
/install-port/logs/stdio httperf doesn't build], probably due to the
openssl 1.1 update:
{{{
core.c:809:14: error: incomplete definition of type 'struct ssl_cipher_st'
ssl_cipher->name, ssl_cipher->valid, ssl_cipher->id);
~~~~~~~~~~^
/opt/local/include/openssl/ssl.h:212:16: note: forward declaration of
'struct ssl_cipher_st'
typedef struct ssl_cipher_st SSL_CIPHER;
^
core.c:809:32: error: incomplete definition of type 'struct ssl_cipher_st'
ssl_cipher->name, ssl_cipher->valid, ssl_cipher->id);
~~~~~~~~~~^
/opt/local/include/openssl/ssl.h:212:16: note: forward declaration of
'struct ssl_cipher_st'
typedef struct ssl_cipher_st SSL_CIPHER;
^
core.c:809:51: error: incomplete definition of type 'struct ssl_cipher_st'
ssl_cipher->name, ssl_cipher->valid, ssl_cipher->id);
~~~~~~~~~~^
}}}
--
Ticket URL: <https://trac.macports.org/ticket/59539>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list