Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Feb 2018 16:33:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 226202] sysutils/synergy fails after update to 2.2.0 with libressl
Message-ID:  <bug-226202-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D226202

            Bug ID: 226202
           Summary: sysutils/synergy fails after update to 2.2.0 with
                    libressl
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: w.schwarzenfeld@utanet.at

synergy fails with libressl with:
/usr/ports/sysutils/synergy/work/synergy-core-2.0.0-stable/src/lib/net/Secu=
reSocket.cpp:816:34:
error: use of undeclared identifier 'SSL_get_client_ciphers'; did you mean
'SSL_get_current_cipher'?
        STACK_OF(SSL_CIPHER) * cStack =3D SSL_get_client_ciphers(m_ssl->m_s=
sl);
                                        ^~~~~~~~~~~~~~~~~~~~~~
                                        SSL_get_current_cipher
/usr/local/include/openssl/ssl.h:1220:19: note: 'SSL_get_current_cipher'
declared here
const SSL_CIPHER *SSL_get_current_cipher(const SSL *s);
                  ^
/ram/usr/ports/sysutils/synergy/work/synergy-core-2.0.0-stable/src/lib/net/=
SecureSocket.cpp:816:25:
error: cannot initialize a variable of type 'struct stack_st_SSL_CIPHER *' =
with
an rvalue of type 'const SSL_CIPHER *' (aka 'const ssl_cipher_st *')
        STACK_OF(SSL_CIPHER) * cStack =3D SSL_get_client_ciphers(m_ssl->m_s=
sl);
                               ^        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
ninja: build stopped: subcommand failed.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-226202-13>